body {
    background: #222;
    color: #eee;
    font-size: 12pt;
    font-family: sans-serif;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1 {
    font-weight: bold;
    font-size: 20pt;
}

img.profile {
    margin-top: 10%;
    border-radius: 50%;
}

a {
    padding: 1em 1em 1em 1em;
    margin-bottom: 12pt;
    min-width: 25%;
    border-radius: 6pt;
    border: 2pt solid #eee;
    color: #eee;
    text-decoration: none;
}

a:hover {
    background: #eee;
    color: #222;
}

a img, a svg {
    height: 24pt;
    width: 24pt;
    vertical-align: middle;
    display: inline;
}