@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
body {
    background-color: #e5e5e5;
    color: black;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: black;
}
h1 {
    font-family: "Bodoni Moda", serif;
    font-size: 55px;
    font-weight: 400;
    text-align: center;
    display: block;
    margin-bottom: 0;
    margin-top: 20px;
}
h2 {
    font-family: "Bodoni Moda", serif;
    margin-top: 0;
    margin-bottom: 10px;
    /*margin: 0;*/
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    display: block;
}
.nav-button {
    border: 0;
    outline: 0;
    background-color: #1a1a1a;
    color: white;
    font-size: 18px;
    padding: 0.6em 1.2em;
    align-content: center;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 50vh;
}
.nav-left {
    left: 20px;
}
.nav-right {
    right: 20px;
}
.indicspan {
    position: relative;
    text-align: center;
    /*display: inline-block;*/
    left: 50%;
    transform: translate(-50%);
    width: fit-content;
    font-family: sans-serif;
    opacity: 0.5;
    margin: 0;
    padding: 0;
    font-style: italic;
}
.container {
    width: calc(100vw - 200px);
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    /*top: 27vh;*/
    /*background-color: red;*/
    height: 550px;
    /*height: calc(70vh + 4px);*/
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    padding: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.container::-webkit-scrollbar {
    display: none;
}
.article-blank {
    display: inline-block !important;
    width: 1000px;
    margin-left: 25px;
    position: relative;
    height: 100%;
}
.article {
    padding: 0;
    top: 0;
    scroll-snap-align: start;
    height: calc(100%);
    width: 400px;
    background-color: transparent;
    display: inline-block !important;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    /*background-color: #e5e5e5;*/
    position: relative;
}
.article * {
    border-radius: 8px;
}
.article:not(:first-child) {
    margin-left: 25px;
}
.article-img {
    max-height: 100%;
    height: unset;
    width: unset;
    object-fit: fit;
}
.article-img img {
    display: inline-block;
    padding: 0;
    margin: 0;
    height: 550px;
}
.article-flip {
    width: 800px;
    padding: 0;
}
