body {
    background-color: #efe;
    text-align: center;
}

a {
    text-decoration: none;
}

#content {
    position: absolute;
    width: 100%;
    height: 80vh;
    top: 20vh;
}

#name {
    font-size: 8vh;
    top: 3em;
}

#footer {
    position: absolute;
    width: 100%;
    bottom: 20vh;
}
