:root {
    --neutral100: #FFFFFF;
    --gray900: #1F1F1F;
  }

body {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.12em;
    text-align: center;
    background: #000000E5;
    color:var(--neutral100);
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(background.png);
    background-color: #000000E5;
    background-size: cover;
    
  }

.navbar{
    margin-top: 51px;
    .logo{
        max-width: 90%;
        height: auto;
    }
}
h1{
    font-family: Jost;
    text-transform:uppercase;
font-size: 24px;
font-weight: 500;
line-height: 36px;
letter-spacing: 0.21em;
text-align: center;
}
.titleFrame{
    display: flex;
    flex-direction: column;
    justify-content: space-between;  
    align-items: center; 
    margin: auto;
    margin-top: 200px;
    max-width: 370px;

}
.bottomEng{
font-size: 13px;
font-weight: 300;
line-height: 19.5px;
letter-spacing: 0.12em;
text-align: center;
margin-top: 25%;
}
  .footer{
    display: flex;            
    justify-content: center;  
    align-items: center; 
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.12em;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--gray900);
    height: 56px;
    width: 100%;
  }

  @media screen and (min-width: 601px) {
    .titleFrame{
        max-width: 600px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.12em;
    text-align: center;
    }
        h1{
            font-size: 40px;
            font-weight: 500;
            line-height: 60px;
            letter-spacing: 0.15em;
            text-align: center;
        }
    .bottomEng{
        max-width: 600px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.12em;
    text-align: center;
    }
    .footer{
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.12em;
text-align: center;
    }
  }
  @media screen and (min-width: 801px) {
    h1{
        letter-spacing: normal;
    }
    .bottomEng{
        max-width: 800px;
    }
}
@media screen and (min-width: 1025px) {
    h1{
        font-size: 60px;
        font-weight: 500;
        line-height: 90px;
        text-align: center;        
    }
}