@font-face {
  font-family: legofont;
  src: url(Legothick.ttf);
}

.center {
  text-align: center;
 }
 
 
 h1 {
  font-family: legofont, fantasy;
  font-size: xx-large;
}

 h2 {
  font-family: 'Brush Script MT', cursive;
  color: crimson;
  font-size: xx-large;
}

p {
  font-family: 'Georgia', serif;
  text-align: center;
  font-size: large;
  }

span.a {
  display: inline; /* the default for span */
  width: 100px;
  height: 100px;
  padding: 5px;
  border: 1px solid black; 
  /* background-color: yellow; */
}
