a:link {
    color: #000;
}

a:visited {
    color: #000;
}

a:hover {
    color: #06f;
}

a:active {
    color: #000;
}

.frame iframe {
    text-align: left;
}

.pagination {
    display: inline-block;
    box-sizing: border-box;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 12px;
    text-decoration: none;
    transition: background-color 1.5s;
    margin: 0 1px;
}

.pagination a.active {
    background-color: #0d4fd3;
    color: white;
    border-radius: 5px;
    font-weight: bold;
}

.pagination a:hover:not(.active) {
    background-color: #bbb;
    border-radius: 5px;
}

#background-image {
    width: 100%;
    background-image: linear-gradient(#000066, white);
}
