:root {
  --HBCprimary: #94220d;
  --HBCoffset: #eea300;
}
.introText {
  font-family: "Montserrat", sans-serif;
}
.hideSlide {
  background-color: #631608;
}
.wholeBody {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
.titleProject {
  -webkit-text-stroke: 2px whitesmoke;
  color: transparent;
}
.websiteButton a {
  background-color: var(--HBCprimary);
  border-color: #631608;
}
.subtitles {
  color: var(--HBCoffset);
}
@media (max-width: 600px) {
  h1 {
    font-size: 3em;
  }
}
