.footerMainContainer .footerMainRow {
  margin-left: auto !important;
  margin-right: auto !important;
}

@font-face {
  font-family: poppinsR;
  src: url(../assets/fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: robotoR;
  src: url(../assets/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: robotoB;
  src: url(../assets/fonts/Roboto-Bold.ttf);
}
@font-face {
  font-family: promptM;
  src: url(../assets/fonts/Prompt-Medium.ttf);
}
@font-face {
  font-family: poorRichard;
  src: url(../assets/fonts/poorRichard.TTF);
}
@font-face {
  font-family: chopin;
  src: url(../assets/fonts/ChopinScript.otf);
}
@font-face {
  font-family: dancingM;
  src: url(../assets/fonts/DancingScript-Medium.ttf);
}
.footerMainContainer {
  width: 100%;
  height: auto;
  background: rgb(25, 25, 31);
}
.footerMainContainer .footerMainRow {
  max-width: 1200px;
  height: auto;
  padding-bottom: 20px;
  padding-top: 40px;
}
.footerMainContainer .footerMainRow .footerMainColumn {
  width: 100%;
  height: auto;
}
.footerMainContainer .footerMainRow .footerMainColumn .descriptionFooter {
  width: 100%;
  height: auto;
}
.footerMainContainer .footerMainRow .footerMainColumn .descriptionFooter p {
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
}
.footerMainContainer .footerMainRow .footerMainColumn .descriptionFooter p a {
  color: rgb(170, 121, 3);
}/*# sourceMappingURL=footer.css.map */