button {
    background-image:url(/images/Buttongradient.png);
}

.jersey-10-regular {
  font-family: "Jersey 10", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.main {
  background-color: #99582a;
  padding:5px
}

.box {
 background-color: #ffe6a7;
}

body {
  background-image: url(/images/bookshelf.png);
  background-repeat: repeat;
  padding: 50px;
}

img {
   display: block;
  margin: auto;
  width: 100%;
  height: 400px;
}

p {
  color: #432818;
}

h1, h2 {
  text-decoration: underline;
  color: #6f1d1b;
  text-align: center;
}
a {
  color: #99582a;
}

a:hover {
  text-decoration: dashed;
}