html{
    font-family: serif;
    font-size: 100px;
    font-style: oblique;
    color: blueviolet;
    text-align: center;
}

body{
    background-image: linear-gradient(black,rgb(19, 7, 31));

}
h3{
    margin-top: 25%;
    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: 20vh;
    opacity: 0.1;
    font-size: 100%;
}