html, body {
    height: 100%;
}

body {
    font-family: "Arial", cursive;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
}

a {
    margin-top: 20px;
}
