body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 10vh;
    margin: 0;
    background-color: #15161f;
    font-family: sans-serif;
    font-size: 24px;
}

p {
  color: white;
}

a {
  color: lightblue;
  text-decoration: none;
}
