* {
  box-sizing: border-box;
}

body{
  background-image: url("/img/cards/mclbg.png");
  background-repeat: repeat;
  font-family:consolas;
  font-size: 20px;
  margin: 0;
  color: #000;
  text-align:left;
}

.content {
	background:#fff;
	width: 57%;
	padding: 30px;
	margin-top:7%;
	overflow: scroll;
	box-shadow: 40px 40px 0px #37936C;
	text-align:center;
	border:5px solid black;
}

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

.tags {
  background: #DEEDE8;
  color:black;
  padding: 0 0 0 0;
  font-family:"arial";
  font-size: 26px;
  font-weight:bold;
}

h1 {
  width:500;
  color: black;
  font-family: arial;
  font-size: 45px;
  letter-spacing: 1px;
  line-height:.8;
  margin: 20 0 40 160
  }

.info {
  width:90%;
  padding: 20px;
  font-size: 20px;
  font-family: arial;
  background-color: #E8F7F2;
  margin-top: 10px;
  border:4px dashed mediumseagreen;
}

.deco {
  border: 5px solid black;
  width: 150px;
  margin: 5px;
  float:left;
  box-shadow: 10px 10px 0px #E8F7F2;
}

.navleft {
  font-size:80px;
  color: black;
  position:absolute;
  bottom:8%;
  left: 30%;
}

.navright {
  font-size: 80px;
  color: black;
  position:absolute;
  bottom:8%;
  right:30%;
}

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