#sunday-energy-page {
            background-color: #f0f8ff;
            min-height: 100vh;
            padding: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

#sunday-energy-page h2 {
            font-size: 20px;
            text-align: center;
        }

@media (max-width: 480px) {
            #sunday-energy-page .container {
                padding: 15px !important;
            }
            
            #sunday-energy-page h2 {
                font-size: 20px;
            }
        }
