h1 {color: White; font-family:"Jersey 10"; font-size: 26pt}
h2{color:White;font-family:"Jersey 10";font-size: 24pt}
p {color: snow; font-family:"Jersey 10";font-size: 20pt;}
li {color: papayawhip; font-family:"Jersey 10"; font-size:18pt}
a:link {color: peachpuff; text-decoration:none}
a:visited {color:lightcyan; text-decoration:none}
a:hover {text-decoration: underline; }

.box {
  vertical-align: 0%;
  background-color: papayawhip ;
  height: auto; width: 500px ;
  border: 3px solid peachpuff ;
  border-radius: 4px;
  margin: 3%;
  padding: 3%;
}

.jersey-10-regular {
  font-family: "Jersey 10", url('graphics/Jersey_10/Jersey10-Regular.ttf') sans-serif;
  font-weight: 320;
  font-style: normal;
}