/*main body stuff*/
body {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: black;
  color: white;
  font-family: Times New Roman;
}
a {
  color: white;
}
h1 {
  text-align: center;
  color: white;
}
.smlink {
  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 20px;
}