/* style.css */
body {
    background-color: #f2f2f2;
    color: #333;
    font-family: Arial, sans-serif;
    margin: 10px;
}

h1 {
    text-align: center;
}

nav {
    text-align: center;
    margin-bottom: 20px;
}

footer {
    text-align: center;
    margin-top: 20px;
}

main p {
    line-height: 1.6;
    margin-bottom: 15px;
}

figure {
    text-align: center;
    margin-bottom: 20px;
}
