@font-face {                  
font-family: 'DPSDbeyond';
src: url(https://humantooth.neocities.org/fonts/DPSDbeyond.woff) format('woff');
font-weight: normal;
font-style: normal;
} 

.logo {
  margin: auto;
  background-color: black;
  text-align: center;
}

body {
 cursor: url("gauntlet.png"), auto;
 background-image: url("dither_paige_bkg2.jpg");
 background-color: gray;
 background-size: 2000px;
 max-width: 75%;
 margin: auto;
  color: gray;
  font-family: DPSDbeyond;
position: relative;

}


h1 {
  text-align: center;
  color: white; 
}

h2 { 
  font-size: 20px;
  padding-bottom: 20px;
  text-align: center;
}

h3 {
  font-size: 20px;
}

p {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

a {
   cursor: url("gauntlet_click.png"), auto;
   color: gray;
}

a:hover {
  color: white;
}

.audiowrapper {
  padding-bottom: 20px;
}

.gallery {
  text-align: center;
  margin: auto;
  display: grid;
  white-space: nowrap;
  position: relative; 
}

.aboutpage {
  text-align: center;
  margin-top: 25px;
  padding: 20px; 
  display: grid;
  white-space: normal;
}


