@import url("https://fonts.googleapis.com/css2?family=Fredoka&display=swap");
body {
  font-family: "Fredoka", sans-serif;
}

.navCustom {
  background-color: #2C2C2C !important;
}

.customMain {
  margin-top: 15% !important;
}

.customMain h2 {
  margin-top: 22% !important;
}

#about {
  margin-top: 10%;
}

#about .textIntro {
  margin-top: 10%;
}

.serviceCustom {
  margin-top: 10% !important;
  margin-bottom: 15% !important;
}

#contacts {
  margin-top: 10%;
  margin-bottom: 15% !important;
}

.project {
  background-color: #EEEEEE;
}

@media screen and (max-width: 425px) {
  #about img {
    display: none !important;
  }
}
/*# sourceMappingURL=main.css.map */