body {
    line-height: 1;
    font-family:'Trebuchet MS', sans-serif;
    background-color: #2d2b2e;
    color: #fefbfe;
}

#main {
    position: absolute;
    text-align: center;
    display: inline-block;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
}

#avatar {
    max-width: 10em;
    max-height: 10em;
    margin-left: -2em;
    filter: drop-shadow(1em 0em 0em #9c59d1)
            drop-shadow(1em 0em 0em #fefbfe)
            drop-shadow(1em 0em 0em #fff300);
}

#title {
    font-size: 3.3em;
    color: #fefbfe;
    text-shadow: 0.10em 0.10em 0.00em #0d0b0e;
    letter-spacing: -4px;
    margin-top: 0.3em;
}

#descriptor {
    font-size: 1.1em;
    color: #fefbfe;
    text-shadow: 0.15em 0.15em #0d0b0e;
    margin-top: 0.5em;
}

#links {
    font-size: 1.1em;
    color:#0d0b0e;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#links a {
    font-size: 1.1em;
    color: #fefbfe;
    text-shadow: 0.15em 0.15em #0d0b0e;
    text-decoration: none;
}

#buttons {
    font-size: 0em;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
