@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/main/Hourglass.png);
  background-repeat: no-repeat;
  background-size: 110%;
  text-shadow: 0 0 5px rgba(255, 255, 255, 1);
}
.container {
  padding-left: 10%;
  padding-top: 5%;
  max-width: 40%;
  text-align: justify;
  position: absolute;
  line-height: 60px;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 50px;
}
.open {
  padding-left: 8%;
  padding-top: 4%;
  position: absolute;
}
.qm {
  font-size: 50px;
  vertical-align: top;
}
img {
  display: flex;
  align-items: flex-end;
}
.arrow img {
  position: absolute;
  left: 2%;
  bottom: 0;
  cursor: pointer;
}
br {
  margin-bottom: 20px;
}