.container {
display: flex;
justify-content: center;
align-items: center;
height: 100dvh;
max-height: 100%;
overflow: hidden;
}