body{
    background-image: url("../img/background.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#tbd-container{
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-top:200px;
    text-align:center;
    color:white;
}

#tbd-container img{
    width:100%;
}

@media screen and (max-width: 992px) {
    
    #tbd-container{
    width: 85%;
    
}
    
}