body {
    background-color: dimgray;
    color: white;
    font-family: "Gill Sans Nova", sans-serif;
    text-align: center;
  }
ul {list-style: inside;}
img {width: 200px;height: 200px;}
p {font-size: 150px;}
h1 {font-size: 25px;}
a {
  text-decoration: underline;
  color: white;
}