main {
    height: 100dvh;
}

.content {
    height: 100%;
}

.container {
    display: flex;
    height: 100%;
    padding: 16px;
}
