@font-face {
  font-family: 'Pixelated MS Sans Serif';
  src: url('https://unpkg.com/98.css/dist/ms_sans_serif.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Pixelated MS Sans Serif';
  src: url('https://unpkg.com/98.css/dist/ms_sans_serif_bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

body {
  background-image: url('img/fernando.gif');
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  margin: 0;

  /* The Windows 95 Font Settings */
  font-family: 'Pixelated MS Sans Serif', Tahoma, sans-serif;
  -webkit-font-smoothing: none; /* Disables modern anti-aliasing to keep it pixelated */
  color: white; 
}