html,body{
    height:100%;
    width:100%;
    margin:0;
    padding:0;
    overflow:hidden;
    font-family: 'Montserrat', sans-serif;
    text-decoration:none;   
}

.coming-soon{
    background-image:url('https://images.unsplash.com/photo-151');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    height:100%;
    width:100%;
    position:relative;
    overflow:hidden;
}

.coming-soon__content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    color:#fff;
}
.coming-soon__content__logo>img{
    max-width:400px;
    height:auto;
    margin-bottom:1rem;
}
.coming-soon__content__text>h1{
    font-size:2rem;
    font-weight:700;
    margin-bottom:1rem;
    color: #666666
}
.coming-soon__content__text>p{
    font-size:1rem;
    margin-bottom:1rem;
    color: #666666;

    padding-bottom: 1rem;
}
.coming-soon__content__social{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    gap: 3rem;
    padding-top: 1rem;

}

.coming-soon__content__social a,
.coming-soon__content__social a:focus,
.coming-soon__content__social a:hover{
    color: #666666;
}

.social-item{
    color: #666666 !important;
}