body {
    font-family: sans-serif;
    height: 100vh;
    margin: 0;
    background: #eee;
    display: flex;
    font-size: 1.2rem;
    flex-direction: column;
}

.contact {
    background-color: white;
    color: black;
    margin: 2rem auto;
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
}

.even {
    display: flex;
    align-items: center;
    margin: 1rem 0;
}

.even > * {
    flex: 1;
}

.huge {
    font-size: 2em;
}

.contact a[href] {
    color: black;
    text-decoration: none;
}