@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

html {
    color: #363636;
    font-family: Verdana, sans-serif;
}

p {
    line-height: 1.5;
}

a {
    text-decoration: none;
}

.top {
    width: 18em;
    height: 22em;
    margin: 5em auto;
}

.top > img {
    width: 10.5em;
    padding: 1.5em 3.75em;
}

.page_container {
    width: 18em;
    margin-left: auto;
    margin-right: auto;
}

.page_container a {
    color: #777777;
}

.link:hover {
    border-bottom: 2px solid #d7d7d7;
}

section {
    margin-bottom: 5em;
}

.terms {
    width: 16em;
    margin-left: auto;
    margin-right: auto;
}

.terms p {
    margin-bottom: 1em;
}

@media screen and (min-width: 768px){
    .top {
        width: 25em;
        height: 25em;
    }

    .top > img {
        width: 13em;
        padding: 1.5em 6em;
    }

    .page_container {
        width: 25em;
    }

    .terms {
        width: 25em;
    }
}