body {
  background-color: white;
  color: white;
  font-family: Times;
}

h1{
  text-align: center;
  font-size: 48;
  padding: 16px 16px 0px;
}

a{
  padding: 0px 8px 2px;
  text-decoration-line: none;
}

p{
  padding: 0px 16px 2px;
}

a:link{ color: red; }
a:visited{ color: red; }
a:hover{ color: yellow; }
a:active{ color: yellow; }

img{
  padding: 16px 16px 2px;
  
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#center{
  text-align: center;
}

div {
  width: 800px;
  margin: auto;
  background-color: black;
  color:white;
}