body {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 5%;
    background-color: #f0f0f0;
    font-family: Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h1 {
    font-size: 2rem;
    color: #333;
    font-weight: 300;
    text-align: center;
}
a {
    display: block;
    text-align: center;
}
img {
    max-width: 80%;
}