body {
    background-color: #dfffe2;
    color: #183a1d;
    font-family: 'Comic Sans MS', cursive, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: #a7f3d0;
    padding: 20px;
    text-align: center;
}

footer {
    background-color: #6ee7b7;
    text-align: center;
    padding: 10px;
    position: fixed;
    width: 100%;
    bottom: 0;
}

h1, h2, h3 {
    color: #064e3b;
}

a {
    color: #10b981;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

button {
    background-color: #34d399;
    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-button {
    background-color: #059669;
}