/* Keep only the most basic layout styles */
.container-wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
