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

body {
  font-family: pixelArt;
  background-color: black;
  background-image: url("assets/bg.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  margin: 0;
}

.icon-box {
  margin-top: 3%;
}

.p {
  font-size: 16px;
}

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

.fab {
    color: #646363;
}

h2 {
  color: #504d4d;
}

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

.avatar {
  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;
    }

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

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