h1 {
    font-size: 40px;
}

.buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    * + * { 
        margin: 0;
        margin-top: 8px;
    }
}

main {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}

#nav {
    width: 90%;
}

#home {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 48px 0 80px;
}

#container {
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
}

footer {
    width: 100%;
}

.row.mobile, .row-align.mobile {
    flex-direction: column;
    align-items: start;
}

.row.mobile.margin-16w > *, .row-align.mobile.margin-16w > * {
    margin: 0;
}

#overflow {
    flex-wrap: wrap;
    div + div {
        margin-top: 16px;
    }
}

.bodytext {
    text-align: start;
}

.characterbox {
    img {
        padding-bottom: 4px;
    }
    h4, p {
        padding-top: 4px;
    }
}

#pfpbanner > div, #pfpbanner > div > img {
    width: 100%;
}

#pfpbox .circle {
    width: 80px;
    height: 80px;
}

#pfpbox .circle img {
    width: 100%;
    height: 100%;
}

#pfpbox {
    top: -40px;
} 