/* Froge AI Jazz Music Stylesheet */
body {
    background-color: #f0f8ff;
    font-family: 'Courier New', Courier, monospace;
    color: #2c3e50;
}

h1, h2, h3 {
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    color: #8e44ad;
}

a {
    color: #2980b9;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

button {
    background-color: #16a085;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}

button:hover {
    background-color: #1abc9c;
}

footer {
    background-color: #ecf0f1;
    color: #34495e;
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.music-notes::before {
    content: '🎷🎺🎸';
}