html {
    height: 100%;
    font-size: 16px;
    font-family: sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

body {
    padding: 0;
    height: 100%;
    background-color: #eeeeee;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

main {
    padding: .5rem;
    background-color: #ffffff;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    filter: drop-shadow(0 0 .5em rgba(0, 0, 0, 0.1))
}

h1 {
    margin: .5rem;
}

h1 {
    font-weight: normal;
    font-size: 2em;
    line-height: 1.2em;
}

img {
    margin: .5em;
    width: 8em;
}

p {
    margin: .5em;
    font-size: 1em;
    line-height: 1.2em;
}