
.Title{
  font-family:"Century Schoolbook";
  font-size:5em;
  margin-top:2em;
  text-align:center;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.Century{
   transform: rotate(10deg);
  transform-origin: right center;
   /*border: 1px dashed red;*/
  margin-left:25%;
  
}

.Schoolbook{
  transform: rotate(-10deg); 
  transform-origin: left center;
  /*border: 1px dashed red;*/
  margin-right:25%;
}



.chalkboard{
  font-family:"Century Schoolbook";
  font-size:2em;
  line-height:.5em;
  margin-top:1em;
  margin-right:6em;
  margin-left:6em;
  text-align:center;
  color:white;
  border: solid black .5em;
  background:black;
   
}
.xtraspace{
  color:white;
  background:white;
  border:solid white .2em;
  
}

.lines{
  font-family:"Century Schoolbook";
  font-size:4em;
  line-height:.4em;
  text-align:center;
}

.text-blurb{
  font-family:"Century Schoolbook";
  font-size:2em;
  margin:;
  text-align:center;
  border:solid black 1em;
  
}