@media screen and (max-width: 1000px) {

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: 100px;
	width: 75%;
	padding: 20px;
	margin-top:8%;
	overflow: scroll;
	border:15px double #ffd1e9;
}

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

b.info1 {
  background: #ffd1e9;
  color:#fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  font-family:"Lucida Console";
  font-size: 50px;
  display: list-item;
  margin: 10px;
  width: 80%;
}

b.info2 {
  background: #d1dfff;
  color:#fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  font-family:"Lucida Console";
  font-size: 50px;
  display: list-item;
  margin: 10px;
  width: 80%;
}

u.pink {
  color:#ffadd8;
  font-style: italic;
}

u.blue {
  color:#abc4ff;
  font-style: italic;
}

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

u {
text-decoration: underline 8px dotted
}

.info {
	border:5px double #fff;
  color:#9a7ecd;
  width:100%;
  padding: 40px;
  border-radius: 100px;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 0.3;
  font-family: helvetica;
  background-image: url("/img/cards/maisiebg2t.png");
  margin-top: 10px;
}

.deco {
  border: 10px dotted #d1dfff;
  margin: auto;
  width:65%;
  text-align: center;
  float: none;
}

.navleft {
  font-size:200px;
  color: #fff;
  position:absolute;
  bottom:-10%;
  left:5%;
}

.navright {
  font-size:200px;
  color: #fff;
  position:absolute;
  bottom:-10%;
  right:5%;
}

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