#h1{
    background-color: black;
    font-family: sans-serif;

}
.h2{
    color: white;
    display:flex;
    justify-content: center;
    transform: translateY(190%);
    
}
.h5{
    color: white;
    display:flex;
    justify-content: center;
    transform: translateY(180%);
    
}
.h3{
    color: white;
    display: flex;
    justify-content: center ;
    transform: translateY(30%) translateX(3%);
}
.h4{
    color: white;
    display: flex;
    justify-content: center ;
    transform: translateY(100%);
}

