@font-face {
  font-family: 'Funkertale';
  src: url('../fonts/Funkertale.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

html {
  font-size: 19.5px; 
}

body {
  background-attachment: fixed;
  background-position: center;
  background-color: black;
  background-size: cover;
  font-family: 'Funkertale';
  margin: 0;
  padding: 0;

}

h1 {
  font-size: 2.5rem;
  color: white;
  margin-bottom: 1rem;
}

p {
  color: white;
  line-height: 1;
  margin-bottom: 1rem;
  max-width: 850px;
  word-wrap: break-word;
  margin: auto;

}

.pixel-font {
  font-family: 'Funkertale';
}