body, html {
    height: 100%;
}

body {
    font-family: arial, sans-serif;
    background: white;
    color: black;
    margin: 0;
}

#container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#lenny {
    font-size: 20vw;
}

#top {
    position: absolute;
    width: 100%;
    text-align: center;
}

#top a {
    display: inline-block;
    width: 2em;
    height: 2em;
    margin: 1em;
}

#top a img {
    width: 2em;
    height: 2em;
}

a, a:visited {
    text-decoration: none;
}