
* {text-align: center;}
body {background-color: black ;}
h1,h2,h3,h4 {color: white;}
h1 {font-family: 'Lato', sans-serif; font-size: 27pt; color: lightblue}
h2 {font-family: 'Great Vibes', cursive; font-size: 40pt;}
h3 {font-family: 'Lato', sans-serif; font-size: 20pt;}
h4 {font-family: 'Lato', sans-serif; font-size: 14pt; }
small {float: right;}
a:link {
    color: white; 
    background-color: transparent; 
    text-decoration: none;
}

a:visited {
    color: lightblue;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: pink;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: pink;
    background-color: transparent;
    text-decoration: underline;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#revised-des {
    width: 100vw;
}