#body {
    position: absolute;
    width: 100%;
    height: 100%;
}

#body > .hide {
    display: none;
}

#body > div > .display {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}
