body{
  background-color:white;
  background:#222 url("yellowstarbg.gif");
  background-repeat:repeat;
  font-size:16px;
  color:#855d01;
  font-family: "Schoolbell", cursive;
}

.schoolbell-regular {
  font-family: "Schoolbell", cursive;
  font-weight: 400;
  font-style: normal;
}


a{
color:black;
}

a:hover{
color:yellow;
background:white; 
}

.main{
width:750px;
margin:50px auto;
display:flex;
flex-direction:column;
align-items:stretch;
border-radius:10px;
border: 10px solid #ffec45;
background: rgb(255, 244, 148, 0.9);
box-shadow: 0px 0px 15px 2px #ffec45;
}

.intro{
width:700px;
padding:10px;
background: rgb(255, 244, 148, 0.9);
}

.innerbox{
width:700px;
padding:10px;
background: rgb(255, 244, 148, 0.9);
}

