@font-face {
  font-family: "joystix"; /* set name */
  src: url(joystix.otf); /* url of the font */
}

@font-face {
  font-family: "CIND";
  src: url(CIND.otf);
}

h1 {
    font-family: "CIND", monospace; 
  }  
h2{
    font-family: "CIND", monospace;
}
p {
    font-family: "joystix", monospace;
}
body {
  background-color: #000000;
  background-image: url("https://www.transparenttextures.com/patterns/graphy-dark.png");
  }
  
.header{ 
  font-family: "CIND", monospace;
  font-size: 30;
  display: grid;
  text-align: center;
  margin: 10px;
  border-style: double;
  border: 5px;
}
  