@font-face {
    font-family: 'Aero Matics';
    src: url('AeroMaticsRegular.woff2') format('woff2'),
        url('AeroMaticsRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
