@font-face {
    font-family: ChaletBook;
    src: url("font/ChaletBook-Regular.otf") format("opentype");
    font-style: normal;
}

*,
::after,
::before {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}

html{
    font-size: 0.521vw;
}


body {
    font-family: ChaletBook;

    color: #FF0000;
    background-color: #FFFFFF;
    padding: 0px;
    margin: 0px;

    font-size: 2rem;
    font-style: normal;
    line-height: 120%;
    letter-spacing: -0.08rem;
}
a{
    color: #FF0000;
    text-decoration: none;
}
.container{
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    padding-bottom: 3rem;
    padding-top: 1rem;
}
.line{
    overflow: hidden;
    border-bottom: 1px solid #FF0000;
    height: 8.3534rem;
}

.logo{
    width: 73.7943rem;
    height: 8.3534rem;
}
.logo2{
    width: 109.7469rem;
    height: 8.3534rem;
}

@media screen and (max-width: 1140px) 
{
    body {
    
        font-size: 3rem;
    }
    
}
@media screen and (max-width: 992px) {
    .container{
        padding-bottom: 6rem;
        padding-top: 3rem;
    }
    .logo {
        width: 100.7943rem;
        height: 11.3534rem;
    }
    .logo2 {
        width: 149.7943rem;
        height: 11.3534rem;
    }
    .line{
        height: 11.3534rem;
    }
    body {
        font-size: 4rem;
    }
}

@media screen and (max-width: 600px) {
    body {
        font-size: 6rem;
    }
    .container{
        padding-bottom: 20rem;
        padding-top: 10rem;
    }
    .line {
        height: 14.3534rem;
    }
    .logo {
        width: 189.7943rem;
        height: 14.3534rem;
    }
    .logo2 {
        width: 189.7943rem;
        height: 14.3534rem;
    }
}