body {
    background-color: black;
    color: silver; /* Or silver-grey if you prefer */
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
}.poem-title {
    font-style: italic;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}.poem-content {
    text-align: center;
    margin-bottom: 30px;
    max-width: 600px; /* Adjust as needed */
}.author {
    text-align: right;
    font-style: italic;
    margin-top: auto;
    margin-right: 20px;
}

#hero {
    text-align: center;
    /* Add any other styling for the hero section here */
}

/* Add any other styling you need here */
header {
    text-align: center; /* Center the header content */
    padding: 10px;
}

nav {
    text-align: center; /* Center the navigation links */
    padding: 10px;
}

nav a {
    color: silver; /* White link color */
    text-decoration: none; /* Remove underlines */
    margin: 0 10px; /* Add space between links */
}
