body {
    background-color:#202020
}
h1 {
  color:white;
  text-decoration: underline;
}
p {
    color: white;
    font-size: 20px;
}

ul {
    color: white;
    font-size: 20px;
    
}

li {
    color: white;
    font-size: 20px;
    
}

h2 {
    color:white;
}