* { margin: 0; padding: 0; box-sizing: border-box; }
html {}

body {
    font-family: serif;
    background:  #333;
    color:       #eee;
}

.main {
    display:         flex;
    justify-content: center;
    align-items:     center;
    height:          100vh;
}