html, body {
      padding: 0;
      margin: 0;
      background-color: #59B7DE;
      color: #FFFFFF;
      text-align: center;
      font-family: Oswald,Arial,sans-serif;
    }

a {
  text-decoration: none;
  color: #FFFFFF;
}

#logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#logo p {
  margin-top: 0;
  margin-bottom: 0;
}

#logo img{
  max-width: 15vmin;
  width: 100%;
}

#static {
  font-weight: bold;
  margin-bottom: 5vmin;
  margin-top: 5vmin;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}

#static > * {
  margin-bottom: 3vmin;
  margin-top: 3vmin;
  font-size: 5vmin;
}

#icons {
    margin-bottom: 3em;
}


#icons img {
  max-width: 8vmin;
  margin-left: 1vmin;
  margin-right: 1vmin;
}

#icons a i {
    margin: 0.5em 0.5em;
}
