html{
    font-family: serif;
    font-size: 100px;
    font-style: oblique;
    color: blueviolet;
    text-align: center;
    margin-bottom: 0%;
    margin-top: 0%;
}

body{
    margin: 0px, 0px, 0px, 5px;
    background-color: black;

}
h3{
    margin-top: 15%;
    margin-bottom: 5px;
    opacity: 1;
    font-size: 100%;
}
h4{
    margin-top: 5px;
    margin-bottom: 5px;
    opacity: 0.4;
    font-size: 100%;
}
h5{
    margin-top: 5px;
    margin-bottom: 15%;
    opacity: 0.1;
    font-size: 100%;
}