body {    font-family: "Raleway", Arial, sans-serif;}@keyframes colorchange {    0% {background-color: #FFFFFF;}    34% {background-color: #E1F6FF;}    67% {background-color: #D5E4FF;}    100% {background-color: #FFFFFF;}}img {    border: solid;}.container {    width: 90%;    margin: auto;    text-align: center;    font-family: "Arial", Georgia, serif;    font-weight: 700;    color: #466c8f;}h1 {    font-family: "Lucida Bright", Georgia, serif;    font-weight: 900;    color: #466c8f;}h3 {    font-family: "Lucida Bright", Georgia, serif;    font-weight: 900;    font-size: 70%;    color: #466c8f;}.grid {    display: flex;    flex-wrap: wrap;    gap: 10px;    justify-content: center;}.molecule-card {    border: 1px solid #ccc;    border-radius: 8px;    padding: 10px;    width: 200px;    text-align: center;}.molecule-card img {    max-width: 100%;    cursor: pointer;}/* Modal styles */.modal {    display: none;    position: fixed;    z-index: 1;    left: 0;    top: 0;    width: 100%;    height: 100%;    overflow: auto;    background-color: rgba(0, 0, 0, 0.4);}.modal-content {    background-color: #fff;    margin: 15% auto;    padding: 20px;    border: 1px solid #888;    width: 80%;    max-width: 600px;    position: relative;}.close-button {    position: absolute;    top: 10px;    right: 20px;    color: #aaa;    font-size: 28px;    font-weight: bold;    cursor: pointer;}.close-button:hover,.close-button:focus {    color: #000;    text-decoration: none;    cursor: pointer;}/* Nuove regole per la paginazione */.pagination-bar {    display: flex;    justify-content: space-between;    align-items: center;    padding: 1em;    margin: 1em 0;    border-top: 1px solid #ccc;    border-bottom: 1px solid #ccc;}.pagination-bar button {    background-color: #466c8f;    color: #fff;    border: none;    padding: 0.5em 1em;    border-radius: 4px;    font-size: 1em;    cursor: pointer;    transition: background-color 0.3s ease;}.pagination-bar button:hover {    background-color: #365a7a;}.pagination-bar button:disabled {    background-color: #ccc;    cursor: not-allowed;}