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

h1, h2, h3 {
    color: #228B22;
    text-shadow: 1px 1px 2px #94D82D;
}

a {
    color: #388E3C;
    text-decoration: none;
}

a:hover {
    color: #2E7D32;
    text-decoration: underline;
}

button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #45a049;
}

.froge-emojis {
    font-size: 1.5rem;
}

.froge-footer {
    background-color: #F0FFF4;
    text-align: center;
    padding: 10px;
    border-top: 2px dashed #76c7c0;
}