html, body {
    width: 100%;
    height: 100%;
}

*, *:before, *:after {
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
    margin: 0;
}

main {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
}
