/* CENTER EVERYTHING */
body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh; /* Force height to match screen */
}

/* Hide the footer completely if yaml missed it */
footer {
    display: none !important;
}

/* Optional: Make the group titles (Media, Downloads) smaller/transparent */
/* Uncomment the lines below if you want them gone too */
/*
.group-title {
    display: none;
}
*/
