@font-face {
  font-family: 'DePixel';
  src: url(../fonts/DePixel-Bold.ttf);
}
* {
  font-family: DePixel;
}
::selection {
  background: rgb(0 0 0 / 20%);
}
body {
  background-image: url(../images/assets/other/Wall.png);
  background-repeat: repeat;
  background-size: 35%;
  background-color: lightgray;
  padding: 0;
}
.arrow-left {
  position: absolute;
  width: 15%;
  top: 2%;
  left: 1%;
  cursor: pointer;
}
.poster {
  width: 96%;
  max-width: 900px;
  margin: 0 16%;
  line-height: 0.8;
  display:flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 0 190px;
  position: relative;
}
.poster-part {
  width: 100%;
}
.poster-content {
  position: absolute;
}
.icon {
  position: absolute;
  top: 1%;
  right: 21%;
}
h1 {
  font-size: 28px;
  text-align: center;
  padding: 2%;
  padding-top: 50px;
  text-decoration: underline;
  line-height: 160%;
}
h2 {
  font-size: 22px;
  text-align: justify;
  padding: 0 21%;
  text-decoration: underline;
  line-height: 160%;
}
p {
  font-size: 18px;
  text-align: justify;
  padding: 0 20%;
  line-height: 160%;
}