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

h1 {
    color: #388e3c;
    text-shadow: 2px 2px #b2fab4;
}

a {
    color: #1e88e5;
    text-decoration: none;
}

a:hover {
    color: #0d47a1;
    text-decoration: underline;
}

.froge-button {
    background-color: #81c784;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
}

.smiley {
    font-size: 3em;
    color: #ffeb3b;
    display: flex;
    justify-content: center;
    align-items: center;
}

.froge-world {
    text-align: center;
    font-size: 1.2em;
    margin: 20px;
}

.froge-link {
    display: inline-block;
    margin-top: 15px;
}

svg.froge-icon {
    width: 50px;
    height: 50px;
}

@media (max-width: 600px) {
    body {
        background-color: #e0f7fa;
    }
}