body {
    margin: 0;
    padding: 64px;
    background-color: #c7edc0;
    text-align: center;
    color: #4B5956;
    font-family: 'Gaegu', arial, sans-serif;
}
a {
    font-size: 16px;
    text-decoration: none;
    color: #4B5956;
    margin: 64px 0 0 0;
    z-index: 2;
}
img {
    z-index: 1;
    width: 50%;
    max-width: 300px;
}
.title {
    font-size: 128px;
    width: 100%;
    margin: 128px auto auto auto;
    z-index: 2;
}
.right {
    position: absolute;
    right: 0;
}
.pad {
    margin: 64px auto;
}
.butt {
    position: absolute;
    bottom: 16px;
}