
body{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
nav.menu img {
    width: 100px;
}

.main-comming{
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
}
.main-comming .center-background{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main-comming h1{
    text-transform: uppercase;
}
.main-comming .left-coming{
    color: #ffffff;
    text-align: center;
}
.left-coming .social{
    padding-left: 0;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.left-coming .social li{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.left-coming .social li i{
    color: #352080;
    line-height: 30px;
}
.main-comming .right-coming img{
    width: 100%;
}
/*Responsive*/
@media (min-width: 768px) {
    .main-comming .right-coming img{
        width: 550px;
    }
    .main-comming .left-coming{
        margin-top: 6rem;
    }
}
