body {
  background-color: #273834;
  background-image: url("checker.png");
  background-repeat: repeat;
  background-size: 80px;
  font-family:"Jersey 20";
  color: white;
}
h2 {
  font-size:4em;
  text-shadow:2px 2px black
}
h3 {
  font-size:2em;
  text-shadow:2px 2px black
  
}
p {
  font-size:1.5em;
  text-shadow:2px 2px black
  
}
.navbar { 
  border: 16px solid transparent;
  border-image-source: url("neowindow2.png");
  border-image-repeat: round;
  border-image-slice: 80;
  border-image-outset:4px;
  background-color: #557251;
}
.navbar h1 {
  text-align: center;
  background-color: #557251;
  font-family: silkscreen;
}


.jersey-20-regular {
  font-family: "Jersey 20", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.silkscreen-regular {
  font-family: "Silkscreen", sans-serif;
  font-weight: 400;
  font-style: normal;
}

