body {
    background-color: #e0f7fa;
    font-family: 'Comic Sans MS', cursive, sans-serif;
    color: #00695c;
    margin: 0;
    padding: 20px;
}

header {
    background-color: #00897b;
    padding: 10px;
    text-align: center;
}

h1 {
    color: #ffffff;
}

a {
    color: #004d40;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

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

.froge-emoji {
    font-size: 2rem;
}

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