/* Swamp Style CSS */
body {
    background-color: #e0ffe0;
    color: #206020;
    font-family: 'Comic Sans MS', cursive, sans-serif;
}

h1, h2, h3 {
    color: #304020;
    text-shadow: 1px 1px 1px #8fbc8f;
}

a {
    color: #3b803b;
    text-decoration: none;
}

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

button {
    background-color: #3b803b;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.froge-icon {
    width: 32px;
    height: 32px;
    background-image: url('/svgs/froge-icon.svg');
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

footer {
    background-color: #253025;
    color: #e0ffe0;
    padding: 20px;
    text-align: center;
}