body {background-color: lavender;}

/*fonts*/
.tall {font-size: 50px; font-family: 'Courier New', Courier, monospace; font-weight: bold;
   margin-top: 200px; margin-bottom: -15px;}
.heads {font-family: headings; font-size: 4rem; font-weight: bold; margin-top: 200px;
   margin-bottom:-15px;}
.small {font-size: 20px; font-family: Arial, Helvetica, sans-serif; font-weight: 200;}
.smaller {font-size: 13px; font-family: Arial, Helvetica, sans-serif; font-weight: 200;
   margin-top: 200px;}
.smaller2 {font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: 200;
   margin-top: 30px;}

.center {display: flex;
   justify-content: center;
   align-items: center;}
   
@font-face {
   font-family: headings;
   src: url(/fonts/Eride.otf);
}

