@font-face {
  font-family: "area";
  src: url("../area.otf");
}

@font-face {
  font-family: "lato";
  src: url("../Lato-Thin.ttf");
}

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

.extra-body {
  justify-content: center;
  display: flex;
  background-image: url(bg-php.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}