body {
    background-color: #ffefc1;
    font-family: 'Comic Sans MS', cursive, sans-serif;
    color: #1d3b23;
}

h1, h2, h3 {
    font-family: 'Verdana', sans-serif;
    color: #2e8b57;
    text-align: center;
}

a {
    color: #556b2f;
    text-decoration: none;
}

a:hover {
    color: #6b8e23;
    text-decoration: underline;
}

button {
    background-color: #4caf50;
    border: none;
    color: white;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
}

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

.froge-bg {
    background-image: url('/images/froge_bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
}