* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'boring';
  src: url('boring.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SplineSansMono';
  src: url('SplineSansMono.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


body h1 {
  background-color: white;
  color: black;
  font-family: "boring";
}

body {
  background-color: white;
  color: black;
  font-family: "SplineSansMono";
}

.maintitle h1 {
  text-align:center
  }
  
.maintitle {
  position: fixed;
  top: 50%;
  right: 50%;
  height: 20%;
  width: 40%;
  }

.bored {
  text-align: center;
  }