
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; }

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

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
  flex: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}



body {
  background-image: 
  url('/graphics/wigglybox.gif'), 
  url('/graphics/pinkocean.jpg');
  background-position: center, 0% 40% ;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, fixed;
  background-size: 50%, cover;
}

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

