.custom-footer {
    background-color: #0f172a;
    color: white;
}

.custom-footer a {
    color: white;
}

.custom-footer a:hover {
    color: #93c5fd;
}

/* Homepage banner */
.home-banner {
    text-align: center;
    padding: 2rem 1rem;
}

.home-banner img {
    max-width: 1200px;
    width: 95%;
    height: auto;
    border-radius: 8px;
}

/* Hide banner on phones */
@media (max-width: 768px) {
    .home-banner {
        display: none;
    }
}