* {
  box-sizing: border-box;
}

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

.content {
	background:#fff;
	border-radius: 30px;
	width: 57%;
	padding: 20px;
	margin-top:8%;
	overflow: scroll;
	border:5px double #ffd1e9;
}

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

b.info1 {
  background: #ffd1e9;
  color:#fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-family:"Lucida Console";
  font-size: 16px;
}

b.info2 {
  background: #d1dfff;
  color:#fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-family:"Lucida Console";
  font-size: 16px;
}

u.pink {
  color:#ffadd8
}

u.blue {
  color:#abc4ff
}

h1 {
  color: #ccb3e3;
  font-family: courier;
  font-size: 40px;
  font-weight: normal;
  margin: 5px;
  margin-top: 18px;
  text-indent: 100px;
  text-align:left;
  padding-left: 200px;
}

u {
text-decoration: underline 3px dotted
}

.info {
	border:5px double #fff;
  color:#6542a8;
  width:90%;
  padding: 20px;
  border-radius: 30px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.3;
  font-family: helvetica;
  background-image: url("/img/cards/maisiebg2t.png");
  margin-top: 10px;
}

.deco {
  border: 4px dotted #d1dfff;
  width: 150px;
  margin: 10px;
  float:left;
}

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

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

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