body {
    background-color: #226280;
    font-family: Antic Didone,Geneva,Tahoma,Verdana,sans-serif;
    justify-content: center;
    justify-self: center;
    justify-items: center;
}


p {
  justify-content: center;
  justify-self: center;
  justify-items: center;
  width: 70%;
  color: #FFF;
  text-align: center;
  padding-top: 25%;
  font-size: 23px;
  margin-left: 15%;
}

a {
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  border-bottom: 1px solid #FFF;
}
a:hover {
  cursor: pointer;
  opacity: .7;
}