html {
    overflow-y: initial;
}

body {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

#container {
    background-color: initial;
}

#container,
#content {
    height: 100%;
}

.main-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (max-width: 768px) {
    body { padding: 0; }
}
