
.hLine{  
    text-decoration-color: white;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.2em;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

#align1{
    align-items: left;
}

#align2{
    align-items: right;
}


#text1{
    font-size: 3.5vmin;  
    margin-top: 5vh;
}  

#text2{
    font-size: 5.7vmin; 
    margin-top: 2vh;
}  

#text3{
    font-size: 4.2vmin; 
    margin-top: 2vh;
   
}  

#text4{
    font-size: 2.5vmin;
}