@font-face {
  font-family: 'RacingSans';
  src: url('../fonts/RacingSansOne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
    font-family: Arial, sans-serif;
    text-align: center;
    background: #f9f9f9;
}

h1 {
    color: #e10600;
}

