@font-face {
  font-family: oldstyle; 
  src: url("fonts/old.ttf");
}

@font-face {
  font-family: bop;
  src: url("http://24.212.181.120/fonts/Birds_of_Paradise.ttf");
}

@font-face {
  font-family: VT323;
  src: url("http://24.212.181.120/fonts/VT323-Regular.ttf");
}

@font-face {
  font-family: Minecraft;
  src: url("http://24.212.181.120/fonts/Minecraft.ttf");
}

@font-face {
  font-family: mahogany;
  src: url("http://24.212.181.120/fonts/mxMahoganyShoe.ttf");
}

@font-face {
  font-family: starcrush;
  src: url("http://24.212.181.120/fonts/Star Crush.otf");
}


h1 {
  font-size: 64px;
  font-family: Times New Roman, Georgia;
  line-height: 20%;
  text-align: center;
  justify-content: center;
}

h2 {
  font-family: Times New Roman, Georgia;
  font-size: 200%;
  text-align: center;
  width: 20em;
  display: block;
  margin: auto;
  justify-content: center;
}

h3 {
  font-family: Times New Roman, Georgia;
  overflow-wrap: break-word;
  text-indent: 10px;
  line-height: 0.1em;
}

p {
  font-family: Times New Roman, Georgia;
  overflow-wrap: break-word;
  text-indent: 10px;
  li
}

a {
  font-family: Times New Roman, Georgia;
}

audio {
  position: relative;
  vertical-align: center;
}

button {
  font-family: oldstyle;
  font-size: 70%;
  width: 32%;
}

.header {
  width: 110%;
  left: -5%;
  height: 12em;
  position: relative;
  top: -2em;
  padding: 0px;
  background-image: url("images/sparkle.jpg");
  background-size: 110%;
  border-block: 4px solid black;
}

.fancy {
  font-family: bop;
  position: relative;
  bottom: -1em;
  font-size: 4em;
  text-decoration: none;
  padding-top: 0.3em;
  padding-left: 0.3em;
  padding-right: 0.3em;
  border: 2px solid black;
  background-image: url("images/glitter.jpg");
}

.icon {
  display: inline-block;
  width: 10em;
  border: 2px solid black;
  margin-right: 2em;
}

.musicbox {
  border: 2px solid black;
  padding: 10px;
  padding-right: 3em;
  display: block;
  margin: auto;
  width: 70%;
}

.section-link {
  border: 2px solid black;
  padding-block: 1em;
  display: block;
  margin: auto;
  margin-block: 1em;
  width: 60%;
  font-size: 300%;
  text-align: center;
}

.inlinediv {
  display: inline-block;
}

.centertext {
  font-family: oldstyle;
  text-align:center;
  font-size: 2vw;
}
