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

h1 {
    color: #2a9d8f;
    text-align: center;
}

.froge-music {
    color: #e76f51;
    font-size: 1.5em;
    margin: 0 auto;
    max-width: 600px;
    padding: 15px;
}

footer {
    text-align: center;
    font-size: 0.8em;
}

a {
    color: #264653;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .froge-music {
        font-size: 1.2em;
    }
}