@font-face {
    font-family: 'baiser_regular';
    src: url('./fonts/basiercircle-regular.ttf');
}

.main_content{
    background: url("../images/desktop.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
}

.logo h3 span{
    font-family: 'baiser_regular';
}

.coming_soon{
    text-transform: uppercase;
}

@media (max-width: 575px){
    .logo img{
        width: 200px;
    }

    .logo h3{
        font-size: 20px;
    }
}










