@font-face{
    font-family: "bodoni";
    src: url("fonts/LibreBodoni-VariableFont_wght.ttf") format("truetype");
}

@font-face {
    font-family: "grand_hotel";
    src: url("fonts/GrandHotel-Regular.ttf") format("truetype");
}


*{
    background-color: rgb(246,242,232);
    margin:0;
    padding:0;
    user-select: none;
}


.main{
    width:100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

}

.title{
    @media (max-width:767px){
        writing-mode: vertical-rl;
    }
    .logo_space{
        display: flex;
        align-items: center;
        justify-content: center;
        padding:30px;
    }
    .logo{
        width: 154px;
        height: 154px;
        
    }
    .text{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-block: 50px;
        @media (max-width:767px){
            margin-block: 50px;
        }
        
        align-items: center;
        font-size:25px;
        .domis{
            font-family: "bodoni";
            color:rgb(149, 109, 68); /*rgb(168,121,74);*/
        }
        .subtitle{
            font-family: "grand_hotel";
        }
    }
    display: flex;
    flex-direction: row;
}