/* Style the "Back to Parent" link */
.parent-link a {
    color: #0073e6; /* Customize the link color */
    text-decoration: none;
    font-weight: bold;
}

/* Style the "Previous" link */
.prev-link a {
    background-color: #0073e6; /* Customize the background color */
    color: #fff; /* Customize the text color */
    padding: 5px 10px; /* Adjust the padding */
    border-radius: 4px; /* Add rounded corners */
    text-decoration: none;
}

/* Style the "Next" link */
.next-link a {
    background-color: #0073e6; /* Customize the background color */
    color: #fff; /* Customize the text color */
    padding: 5px 10px; /* Adjust the padding */
    border-radius: 4px; /* Add rounded corners */
    text-decoration: none;
}


.navlinks a {
    display: block;
    color: firebrick;
    font-weight: bold;
    font-size: x-large;
    text-decoration: none;
    text-align: center;
    background-color: blanchedalmond;
}