/* Generate Agency font */
@font-face {
    font-family: Agency;
    src: url("../fonts/AGENCYR.TTF");
}

@font-face {
    font-family: AgencyBold;
    src: url("../fonts/AGENCYB.TTF");
}

@font-face {
  font-family: LemonMilk;
  src: url("../fonts/LemonMilk.otf");
}

@font-face {
  font-family: Gothic;
  src: url("../fonts/GOTHIC.TTF");
}

section {
  margin: 0;
  padding: 0;

  width: 100%;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
