body {
  font: 14px "Open Sans", Arial, sans-serif;
  font-family: "Open Sans", Arial, sans-serif;
}

.centered-content {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center horizontally */
  justify-content: center; /* Center vertically */
  height: 100vh; /* Full viewport height */
  text-align: center; /* Center-align text */
}

a {
  color: #00B7FF;
}

#logo{
  text-align: center;
}

#content {
  text-align: center;
  font-size: 12px; padding: 12px; margin: 12px; border:1px solid #ddd; border-radius: 12px; color: #888; background-color: rgba(0, 0, 0, 0.15);
}