@font-face {
  font-family: 'EnchantedLand';
  src: url(enchantedland.otf) format('opentype');
 }

 body {
  background-image: url("garfleithaniabg.png");
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-size: 100vw;
  margin-top: 20px;
  font-family: EnchantedLand;
  text-align: center;
  font-size: 35px;
  color: white;
}


 .content {
   display: grid;
   grid-template-columns: auto 800px auto;
 }

  .shadow {
   -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.8));
   filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.8));
 }
