@font-face {
    font-family: pixelArt;
    src: url("assets/DisposableDroidBB.ttf");
}

body {
  font-family: pixelArt;
  background-color: black;
  background-size: 100%;
  background-image: url("assets/background.gif");
}

.row {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.p {
  font-size: 20px;
}

.fab {
    color: black;
}

.text-special {
  font-size: 20px;
  font-style: italic;
}

h2 {
  color: black;
}

.container-fluid {
  border-style: dashed;
  color: black;
  background-color: white;
  padding: 5%;
  border-radius: 5px;
  margin-top: 6%;
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 50%;
}

.fotis {
  border-radius: 50%;
  border-width: 2.7px;
  border-style: dashed;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20%;
}

@media screen
  and (max-device-width: 840px) {
    h3 {
      font-size: 50px;
    }

    h4 {
      font-size: 45px;
    }
    h2 {
      font-size: 60px;
    }
    h1 {
      font-size: 70px;
    }
    .fotis {
      border-width: 8px;
      width: 350px;
      height: 350px;
    }
    .container-fluid {
      border-width: 8px;
      margin-top: 20%;
      width: 95%;
      font-size: 40px;
    }
}
