body {
    background-color: black;
    border: thick solid #33ccff;
    font-family: fantasy;
    padding: 1em
}

h1{
    background-color: rgba(0, 191, 255, 0.582);
    color:white;
    text-align: center;
    margin: auto;
    width: 80%
}

h2{
    color: white;
}

p{
    color:white;
    font-style: italic;
}

ul{
    color:white;
}

/*a:link, a:visited, a:hover, a:active to specify what property*/
a{
    color:white;
}

a:visited{
    color:rgb(0, 204, 255);
}