body {
    background-color: #e0ffe0;
    font-family: 'Comic Sans MS', cursive, sans-serif;
    color: #336633;
}

h1 {
    color: #228822;
    text-align: center;
    padding: 20px;
    border-bottom: 4px solid #114411;
}

.festival-banner {
    width: 100%;
    height: 300px;
    background-image: url('/images/froge-parade.svg');
    background-size: cover;
    background-position: center;
}

.froge-link {
    color: #004400;
    text-decoration: none;
    font-weight: bold;
}

.froge-link:hover {
    color: #008800;
    text-decoration: underline;
}

.container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
}

.froge-emoji {
    font-size: 2rem;
    margin-right: 10px;
}

.footer {
    background-color: #114411;
    color: white;
    text-align: center;
    padding: 10px;
}

.footer a {
    color: #aaffaa;
    text-decoration: none;
    margin: 0 5px;
}

.footer a:hover {
    text-decoration: underline;
}