body {
   background:url('./assets/background.jpg') no-repeat;
   background-size:cover;
}
h1,h2,h3,h4,h5,h6 { font-family: 'Jockey One', sans-serif; }
p { font-family: 'Jura', sans-serif; }
h1 {
   text-align:center;
   margin-top: 1em;
}
h1 img {
   max-width: 80%;
}
p.introbox {
   max-width: 70%;
   margin: 1em auto;
   padding: 1em;
   background: #fff;
   opacity: 0.5;
   font-size: x-large;
   text-align: center;
}
p#copyright {
   position: fixed; 
   bottom: 0px; 
   width: 100%;
   text-align: center;
   background: #fff;
   opacity: 0.5;
}
