@font-face {
    font-family: BAHNSCHRIFT;
    src: url('fonts/BAHNSCHRIFT.TTF');
}
body {
    padding: 0;
    margin: 0;
    background-color: #202b3a;
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    background-image: url("../images/background/bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
  }
img {
    margin: auto;
    display: block;
    width: 750px;
}
.container {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 750px;
}
.gif {
    display: none;
}
.pagination {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.pager {
    height: 16px;
    text-align: right;
    cursor: pointer;
}
.pager .dot {
    margin-top: 4px;
    height: 8px;
    width: 8px;
    background: rgb(102 70 68);
    border-radius: 50%;
    display: inline-block;
    margin-right: 1px;
}
.pager label {
    display: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translateY(2px);
}
.pager.active .dot,  .pager:hover .dot {
    height: 10px;
    width: 10px;
    background: rgba(249, 209, 167, 0.9);
    margin-right: 0px
}
.pager.active label, .pager:hover label {
    font-weight: 500;
    font-size: 12px;
    color: #f9d1a7;
    line-height: 14px;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 5px;
    cursor: pointer;
}
@media (max-width:750px) {
    .pagination {
        display: none;
    }
}
.links {
    text-align: center;
    font-size: 12px;
    font-weight: 300;
}
.links a {
    color: #efb97d;
    text-decoration: none;
}
.links a:hover {
    transition: 0.2s all ease;
    color: #ebd5bd;
}
.links ul {
    list-style-type: none;
}
.links li {
    display: inline-block;
    margin-right: 10px;
}
.links li:last-child {
    margin-right: 0;
}