/* New Styles for Links */
.links, .admin-link {
    margin-top: 20px;
}

.link {
    color: #5b9bd5;
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}

/* Optional: Style for error messages */
.error {
    color: red;
    font-size: 14px;
    margin-bottom: 15px;
}
