body {
    background-color: #e0f7fa;
    font-family: 'Comic Sans MS', cursive, sans-serif;
}

h1 {
    color: #00796b;
    text-align: center;
}

p {
    color: #004d40;
    font-size: 18px;
}

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

a:hover {
    text-decoration: underline;
}

.froge-emoji {
    font-size: 24px;
}

.froge-link::after {
    content: " 🐸";
}