@font-face {
  font-family: VanityInitialsRegular;
  src: url(/type/fonts/BG-VanityInitials-Regular.otf);
  /* src: url(/fonts/BG-VanityInitials-Regular.otf); */
}

@font-face {
  font-family: VanityInitialsIrregular;
  src: url(/type/fonts/BG-VanityInitials-Irregular.otf);
}

@font-face {
  font-family: Dryden;
  src: url(/type/fonts/GGDrydenRegularUnlicensed.otf);
}

@font-face {
  font-family: Babyface;
  src: url(/type/fonts/BGBabyface.otf);
}

@font-face {
  font-family: Rogers;
  src: url(/type/fonts/BGRogersRegular.otf);
}

@font-face {
  font-family: Gong;
  src: url(/type/fonts/BGGongBlackUnlicensed.otf);
}

@font-face {
  font-family: Glacier;
  src: url(/type/fonts/BGGlacierBoldUnlicensed.otf);
}

@font-face {
  font-family: Era;
  src: url(/type/fonts/BGClassicsEraUnlicensed.otf);
}

@font-face {
  font-family: Toyo;
  src: url(/type/fonts/Toyo-Regular.otf);
}

@font-face {
  font-family: Marmor;
  src: url(/type/fonts/Marmor-Regular.otf);
}

body {
  margin: 0;
  padding: 0;
  background-color: lightskyblue;
  overflow-x: hidden;
}

p {
  padding: 0;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}

.fonts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto; 
  column-gap: 0px;
  row-gap: 0px;
}

.fontitem:hover {
  transition: 200ms;
  color: white;
  background-color: blue;
}

.info {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  column-gap: 30px;
  row-gap: 15px;
  margin-top: 10px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
  position: fixed;
}

.fontdisplay {
  display: grid;
  grid-template-columns: 100vw;
  /* grid-template-rows: 90vh; */
  text-align: center;
  align-items: center;
  /* align-self: center; */
  /* align-content: center; */
  position: absolute;
  z-index: -10;
}