@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap');

*{
    padding: 0;
    line-height: 1;
    margin: 0;
}

body{
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
}

.wrapper{
    display: flex;
    height: 100vh;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    position: relative;
    background-color: transparent;
    z-index: 100;
}

.col{
    margin: 0 auto;
    position: relative;
    z-index: 101;
    width: 32%;
    text-align: center;
}

.logo img{
    width: 40%;
    border-radius: 5px;
}

.cs-image{
    background-image: url(../images/comingsoon.jpg);
    height: 100px;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    position: relative;

}

.cs-text{
    
    font-size: 4.3rem;
    font-weight: 900;
    background-color: #ffffff ;
    mix-blend-mode: screen;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    top: 0;
    
}

