html {
    background: #F3F3F3;
    height: 100%;
    width: 100%;
}

body {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

#content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}