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

h1 {
    color: #004d40;
    text-align: center;
}

a {
    color: #00796b;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.footer {
    text-align: center;
    font-size: 0.8em;
    margin-top: 50px;
}

.froge-section {
    border: 3px solid #004d40;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.froge-button {
    background-color: #00796b;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
    transition-duration: 0.4s;
}

.froge-button:hover {
    background-color: #004d40;
    color: white;
}