/*
  blue: #5064ba
  grey: #969696
  yellow: #ffff66
 */
html {
    overflow-y: scroll;
}
body {
  background-color: #969696;
  text-align: center;
  margin: 16px;
  font-family: "Times New Roman", serif;
  color: #ffff66;
}
h1 {
  color: #5064ba;
  letter-spacing: 10px;
  text-transform: uppercase;
}
#top {
  height: 100px;
}
#main {
  width: 760px;
  margin: 0 auto;
  text-align: center;
}
#footer {
  margin: 8px;
  text-align: center;
}
a {
  color: #1837ba;
}
