* {
  box-sizing: border-box;
}

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

.content {
	background:#fff;
	border-radius: 30px;
	width: 57%;
	padding: 30px;
	margin-top:7%;
	overflow: scroll;
	border:3px dashed #E74D52;
}

.header {
  text-align: center;
  padding: 32px;
}

.tags {
  background: #E74D52;
  color:#fff;
  text-decoration:double underline;
  padding: 8 10 8 10;
  font-family:"Lucida Console";
  font-size: 16px;
  border-radius:50px;
  font-weight:normal;
}

.mix{
  font-size:12px;
  font-weight:normal;
  color:#ffc2c4;
}

h1 {
  color: #bd262b;
  width:500px;
  font-family: times;
  font-size: 55px;
  margin: 25 0 30 220;
  letter-spacing: 1px;
  line-height:.9;
  }

.info {
  color:#780A32;
  width:90%;
  padding: 20px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1;
  font-family: verdana;
  background-color: #FFF0F0;
  margin-top: 10px;
  border:6px double #FFDDDD;
}

.deco {
  border: 4px double #bd262b;
  width: 150px;
  margin: 5px;
  float:left;
}

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

.heart {
  font-size:60px;
  color: #E74D52;
  position: relative;
  right: 170px;
  bottom:85px;
  line-height:0;
}

.dream {
  text-decoration:dashed 2px underline;
  color:#E74D52
}

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

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