#container {
    display: grid;
    height: calc(100dvh - 70px);
    align-items: center;
    justify-items: center;
}