body {
background-color: black;
}

h1 {
font-size: 20px;
font-family: verdana;
color: white;
}

h2 {
font-size: 15px;
font-family: verdana;
color: white;
}

p {
font-size: 13px;
font-family: verdana;
color: white;
}

li {
font-size: 14px;
font-family: verdana;
color: white;
list-style-type: disc;
}




