/* Basic styling for the nursery rhyme page */

body {
    font-family: Arial, sans-serif;
    background-color: #f7f7f7;
    margin: 0;
    padding: 0;
}

header {
    background-color: #5aa9e6;
    color: white;
    padding: 20px;
    text-align: center;
}

main {
    padding: 20px;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.6;
}

footer {
    background-color: #eee;
    padding: 15px;
    margin-top: 40px;
    text-align: center;
    font-size: 0.9em;
}

footer a {
    color: #336699;
    text-decoration: none;
    margin: 0 10px;
}

footer a:hover {
    text-decoration: underline;
}