@font-face {
  font-family: 'Cairopixel';
  src: url('fonts/Cairopixel.ttf') format('truetype');
}

/*div class*/
.homepage_title {
  background-color: rgb(0,0,0);
  color: rgb(255,255,255);
  text-align: center;
  font-family: Cairopixel;
  font-size: 80px;
  margin: 0px;
  border: 0px;
  padding: 0px;
}

.pagetext {
  background-color: rgb(0,0,0);
  color: rgb(255,255,255);
  text-align: center;
  font-family: Cairopixel;
  font-size: 40px;
  
}

body {
  background-color: rgb(0,0,0);
}