* {
  box-sizing: border-box;
}

body{
  background-image: url("/img/cards/ivylace1.png"), url("/img/cards/ivylace2.png"), url("/img/cards/ivybg.gif");
  background-repeat: repeat-x, repeat-x, repeat;
  background-position: top, bottom, top;
  background-attachment: fixed;
  font-family: arial;
  font-size: 20px;
  margin: 0;
  color: #000;
  text-align:left;
}

.content {
  background:#fff;
  background-image: url("/img/cards/paper.png");
	width: 60%;
	padding: 30px;
	margin-top:10%;
	overflow: scroll;
	text-align:center;
  border-radius: 50px;
}

.left {
  text-align:left;
  padding-left: 170px;
}

.tags {
  color:black;
  padding: 0 10 0 14;
  font-family:courier;
  font-size: 30px;
  font-weight:normal;
  border: solid DarkSeaGreen;
  border-width: 0 0 4 0;
  font-style: italic;
}

.spacer {
  font-family:courier;
  font-size:32;
  border: dotted DarkSeaGreen;
  border-width: 0 0 2 0;
}

.spacer2 {
  font-size:6;
  border: dotted DarkSeaGreen;
  border-width: 0 0 2 0;
  width:673px;
}

h1 {
  height:120px;
  width:235px;
  color: black;
  font-family: courier;
  font-size: 13px;
  font-weight:normal;
  background: url("/img/cards/scallop.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding:0;
  margin:20 0 0 50;
  text-align: center;
  align-content: center;
  }

.info {
  width:90%;
  padding: 20px;
  font-size: 18px;
  font-family: courier;
  margin-top: 30px;
  background-image: linear-gradient(90deg, transparent 79px, DarkSeaGreen 79px, DarkSeaGreen 81px, transparent 81px), linear-gradient(DarkSeaGreen .1em, transparent .1em);
  background-size: 100% 1.2em;
  flex-grow: 8;
  padding-top: .2rem;
  padding-left: 6rem;
  line-height: 1.2;
  text-align:left;
}

.deco {
  border: 5px dashed DarkSeaGreen;
  width: 150px;
  margin: 10 5 5 5;
  border-radius: 50px;
  float:left;
}

.navleft {
  font-size:80px;
  color: #324228;
  position:absolute;
  bottom:8%;
  left: 30%;
  text-shadow: white 0px 5px;
}

.navright {
  font-size: 80px;
  color: #324228;
  position:absolute;
  bottom:8%;
  right:30%;
  text-shadow: white 0px 5px;
}

a:hover {
  color:#d6edc7;
}

a {
  text-decoration:none;
  color:#fff;
}