body {
   opacity: 0;
   transition: opacity 1s;
}

html,
body {
    height: 95%;
}

.container {
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}
