.center-container{
    width: 80vw;
}
.logo-container{
height: 400px;
text-align: center;
margin-left: auto;
margin-right: auto;
max-width: 100%;
overflow: hidden;
}
.logo-container img{
    
height: 100%;
}
.surecommand-container{
width: 250px;
margin-left: auto;
margin-right: auto;
margin-top: 180px;
max-width: 100%;
}

.surecommand-container img{
width:  100%;
}

.comingsoon-container{
 text-align: center;
 max-width: 100%;
}

.logo-title{
    text-align: center;
    font-size: 5em;

    
}

.comingsoon-title{
    font-size: 3em;

    
}

.comingsoon-description{
    font-size: 1.5em;
    color: #5f5f5f;

}

@media screen and (max-width:991px) {
    .comingsoon-title {
    font-size:2em;
}
.logo-title{
    text-align: center;
    font-size: 3em;

    
}
}
@media screen and (max-width:591px) {
    .logo-container{
    height: 300px;
    }
    .comingsoon-title {
    font-size:1em;
}
.logo-title{
    text-align: center;
    font-size: 2em;

    
}
}