@font-face {
  font-family: 'homevideo';
  src: url('HomeVideo-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'homevideo-bold';
  src: url('HomeVideo-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

h1 {
  font-family: 'homevideo', sans-serif;
  text-align: left; /* Changed from center to align with other text */
  margin-top: 0;
}

body {
  background-color: #0a0094;
}