body, html {
    width: 100%;
    height: 100%;
}

* {
    box-sizing: border-box;
}

main {
    padding-top: 50px;
    margin: auto 20px;
}
