/* @font-face {
  font-family: "RedBanner";
  src: url(../fonts/RedBanner.ttf) format("ttf");
  src: url(../fonts/RedBanner.woff) format("woff");
} */

/* @font-face {
  font-family: "Novartis";
  src: url(../fonts/novartis-deco-webfont.woff) format("woff");
  src: url(../fonts/novartis-deco-webfont.woff2) format("woff2");
} */

/* @font-face {
  font-family: "Constructivist";
  src: url(../fonts/Constructivist.otf) format("otf");
  src: url(../fonts/Constructivist.woff) format("woff");
  src: url(../fonts/Constructivist.woff2) format("woff2");
} */

@font-face {
  font-family: "Izvestija";
  src: url(../fonts/Izvestija.ttf) format("ttf");
  src: url(../fonts/Izvestija.woff2) format("woff2");
}

/* @font-face {
  font-family: "Truth";
  src: url(../fonts/Truth.ttf) format("ttf");
  src: url(../fonts/Truth.woff) format("woff");
  src: url(../fonts/Truth.woff2) format("woff2");
} */


body {
    background-color: black;
}


.intro {
    display: block;
    width: 80%;
    height: fit-content;
    margin: 3vh auto ;
    line-height: 1.5rem;
    font-family: "Izvestija";
}


.wrapper {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.img {
    display: block;
    height: 80vh;
    width: fit-content;
    padding: 1vh 1vw;
}

.cov {
    display: block;
    position: fixed;
    background-color: black;
    top:0%;
    width: 100%;
    height: 100%;
}