body {
    text-align: center;
    font-family: Georgia;
    background-color: #7291C3;
    color: white;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

img {
    text-align: center;
    border: 5px solid #9AD9EA;
}

a {
    color: #9AD9EA;
    font-style: italic;
}

hr {
    color: white;
}

.header {
  padding: 1px;
  text-align: center;
  background: #9AD9EA;
  color: #7291C3;
  font-size: 30px;
  font-style: bold;
}

.button {
    padding: 1px 6px;
    border-radius: 3px;
    color: #7291C3;
    background-color: #9AD9EA;
    font-family: Georgia;
    font-style: bold;
}