/* Froge Styles */
body {
    background-color: #e0f7fa;
    font-family: 'Comic Sans MS', cursive, sans-serif;
}
h1 {
    color: #00796b;
    text-align: center;
    font-size: 3em;
}
p, a {
    color: #004d40;
    font-size: 1.1em;
}
a:hover {
    color: #00695c;
    text-decoration: underline;
}
.button {
    background-color: #004d40;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    font-size: 1em;
    margin: 4px 2px;
    border-radius: 5px;
    cursor: pointer;
}
.button:hover {
    background-color: #00796b;
}
.footer {
    color: #b2dfdb;
    text-align: center;
    padding: 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #004d40;
}  
svg {
    width: 50px;
    height: 50px;
    fill: #00796b;
    display: block;
    margin: 0 auto;
}
emoji {
    font-size: 3em;
} 