        @font-face {
            font-family: 'AppleGothic';
            src: url('../fonts/applegothic.ttf') format('ttf'),
                url('../fonts/applegothic.woff') format('woff');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }
        #upper {
            height: 100%;
            width: calc(100% / 1.618);
            max-width: 700px;
            right: 0;
            background-image: url(assets/grafika.svg);
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 1400px;
            overflow: hidden;
            float: right;
            position: absolute;
            z-index: 2;
        }
        #lower {
            height: 100%;
            width: 100px;
            position: fixed;
            z-index: 2;
        }
        .cont {
            height: 100%;
            display: flex;
            background-color: inherit;
        }
        body, html {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            overflow-x: hidden;
        }
        body {
            background-color: #F0F0F0;
        }
        html {
            scroll-behavior: smooth;
        }
        * {
            box-sizing: inherit;
        }
        }
        #textcont {
            width: 100px;
        }
        #konfrontacje {
            font-family: Georgia;
            font-style: italic;
            padding-left: 5px;
            margin-left: calc(25px + 20px);
            font-size: 19pt;
            color: #231F20;
            margin-bottom: 20px;
            display: inline-flex;
            margin-top: 50px;
        }
        #caption {
            font-family: Georgia;
            font-style: italic;
            margin-left: calc(33px + 20px);
            padding-left: 5px;
            font-size: 13pt;
            color: #231F20;
            opacity: 48%;
            width: 1000px;
            position: absolute;
        }
        #bar {
            height: 80px;
            width: calc(100% - 60px);
            right: 15px;
            top: 20px;
            position: fixed;
        }
        #arrows {
            background-image: url(assets/arrows.svg);
            background-repeat: no-repeat;
            background-position: center;
            height: 30px;
            width: 60px;
            display: none;
        }
        #langpick {
            height: 70px;
            display: flex;
            align-items: center;
            float: right;
        }
        .lang {
            font-family: Georgia;
            font-style: italic;
            width: 40px;
            font-size: 14pt;
            color: #808080;
            transition: 0.3s;
        }
        .lang:hover {
            font-family: Georgia;
            font-style: italic;
            width: 40px;
            font-size: 14pt;
            color: #808080;
            opacity: 70%;
            transition: 0.3s;
        }
        a {
            text-decoration: none;
        }
        #scroll {
            background-color: rgba(255, 255, 255, 0);
            color: #808080;
            width: 100%;
            font-family: AppleGothic;
            padding: 30px;
            line-height: 300%;
            z-index: 4;
            position: fixed;
            bottom: 30px;
            margin-left: 30px;
        }
        .scroll {
            background-color: rgba(255, 255, 255, 0);
            color: #808080;
            width: 100%;
            font-family: AppleGothic;
            padding: 5px;
            text-decoration: none;
            transition: 0.5s;
        }
        .scroll:hover {
            color: #808080;
            width: 100%;
            font-family: AppleGothic;
            padding-left: 15px;
            text-decoration: none;
            transition: 0.5s;
            opacity: 80%;
        }
        #barkonfrontacje {
            font-family: Georgia;
            font-style: italic;
            font-size: 19pt;
            color: #231F20;
            display: inline-flex;
            transition: 0.3s;
            
        }
        #barkonfrontacje:hover {
            font-family: Georgia;
            font-style: italic;
            font-size: 19pt;
            color: #231F20;
            display: inline-flex;
            transition: 0.3s;
            opacity: 60%;
        }
        #topbar {
            padding: 35px;
            width: 100%;
            /*background-color: azure;*/
        }
        #subheader {
            background-color: none;
            color: #808080;
            width: 100%;
            font-family: AppleGothic;
            padding: 5px;
            text-decoration: none;
            margin-top: 30px;
            font-size: 20px;
        }
        #current {
            margin: auto;
            margin-top: 20px;
            background-color: white;
            width: calc(100% - 2 * 70px);
            height: 100%;
            padding: 30px;
            overflow: hidden;
            margin-bottom: 40px;
        }
        #issueimg {
            padding: 20px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            width: calc(100% - 100px)
        }
        #body {
            height: 100%;
            width: 100%;
            overflow: hidden;
            position: absolute;
            display: flex;
            flex-direction: column;
        }
        #date {
            width: calc(100% - 2 * 30px);
            text-align: left;
            margin: 30px;
            font-family: Avenir;
            text-decoration: none;
            font-size: 30px;
            margin-bottom: 0;
            color: #808080;
        }
        .limiting {
            height: calc(100%);
            width: 100%;
            display: flex;
            flex-direction: row-reverse;
        }
        #details {
            width: calc(100% - 2*30px);
            text-align: left;
            padding-left: 30px;
            padding-right: 30px;
            font-family: Avenir;
            text-decoration: none;
            font-size: 20px;
            margin-bottom: 0;
            color: #808080;
        }
        .current {
            max-width: 100%;
            max-height: 100%;
        }
        #DDcont {
            width: 100%;
            height: 100%;
            display: flex;
            margin-left: -10px;
            align-content: center;
        }
        #body {
            height: 100%;
            width: 100%;
            overflow: hidden;
            position: absolute;
            display: flex;
            flex-direction: column;
        }
        #topbar {
            z-index: 2;
        }
        #previous {
            height: 100%;
            box-sizing: border-box;
            margin: 50px;
            margin-top: 0px;
            padding-left: 40px;
            padding-right: 40px;
            overflow-y: hidden;
            white-space: nowrap;
            scroll-snap-type: x mandatory;
        }
        .previous-issue {
            background-color: white;
            height: 100%;
            display: inline-block;
            margin-right: 40px;
            padding: 40px;
            text-align: center;
            scroll-snap-align: center;
            
        }
        .previous-issue > img {
            box-sizing: border-box;
            height: calc(100% - 80px);
            margin-bottom: 40px;
        }
        .previous-issue > div {
            width: auto;
            height: auto;
            box-sizing: border-box;
            text-align: center;
            font-family: Avenir;
            font-size: 15pt;
            color: #808080;
        }
        #previous-leftorupper-gradient {
            width: 40px;
            margin-left: -40px;
            height: 100%;
            position: absolute;
            background: rgb(240,240,240);
            background: linear-gradient(90deg, rgba(240,240,240,1) 0%, rgba(240,240,240,0) 100%);
        }
        #previous-rightorlower-gradient {
            width: 40px;
            right: 50px;
            height: 100%;
            position: fixed;
            z-index: 2;
            background: rgb(240,240,240);
            background: linear-gradient(270deg, rgba(240,240,240,1) 0%, rgba(240,240,240,0) 100%);
        }