/* Styles specific to index.ejs */
main {
    padding: 20px;
    text-align: center;
}
main h2, main p {
    color: #f0f0f0; /* Light text for dark background */
}
.page-links {
    margin-top: 30px;
}
.page-links a {
    display: inline-block;
    background-color: #5cb85c;
    color: white;
    padding: 15px 25px;
    margin: 10px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.2em;
}
.page-links a:hover {
    background-color: #4cae4c;
}
