body {
    background-image: url("https://images-sportsfes-2025.hfhs-digital.app/assets/img/background.png");
    background-size: 100% auto;
    background-position: 0 calc(100vh + 60px);
    background-repeat: repeat-y;
}

@media (max-width: 572px) {
    body {
        background-position: 0 calc(100vh + 80px);
    }
}

/* .section {
    margin: 0.5rem;
    padding: 2rem 0;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.95);
} */

.section {
    padding: 2rem 1rem;
    background-color: rgba(255, 255, 255);
}

.section > div.container > div {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
}

#important .alert {
    position: static;
}
