/* .main-container{
    height: 1000px;
} */

.coming-soon{
    position: fixed;    
    background-color: #1f4959;
    height: 100%;
    width: 100%;
    z-index: 3;
    display: grid;
    align-items: center;
    justify-items: center;
    color: white;
    font-weight: bolder;
    text-align: center;
}

.coming-soon img{
    border-radius: 70px;
}


section{
    border: 1px solid rgb(0, 128, 109);
    height: 400px;
    width: 100%;
}