body {
    background-color: aliceblue;
    margin: 0;
}
#content {
    display: flex;
    align-items: center;
    justify-content: center;
    width:  100%;
    min-height: 100vh;
}