

.hLine{  
    text-decoration-color: #F6C82E;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.2em;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
  }

#text1{
    font-size: 8vmin;  
}

#text2{
    font-size: 2.5vmin;  
    text-align: center;
}

#text3{
    font-size: 3vmin;  
    position: relative;
    top: 57vh;
    left: 0;
}


#text4{
    font-size: 3vmin;  
    position: relative;
    top: 176vh;
    left: 0;
}

#text5{
    font-size: 5vmin;  
    color: white;
    position: relative;
    top: 120vh;
}

#text6{
    font-size: 3vmin;  
    color: white;
    position: relative;
    top: 298vh;
}

hr{
    position: relative;
    top: 298vh;
    align-content: center;
}
#text7{
    font-size: 3vmin;  
    color: white;
    position: relative;
    top: 300vh;
}
