/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
@font-face {font-family: comicsans; src: url(https://file.garden/Y2xF25Odi23QPPkL/ComicSansMS3.ttf);}
@font-face {font-family: mmt; src: url(https://file.garden/Y2xF25Odi23QPPkL/MAGIMT__.ttf);}
body {
  color: black;
  font-family: 'Trebuchet MS', sans-serif;
  background-size: 12%;
  background-repeat: repeat;
}
.content{
  background-color: black;
}
.skindotcom{
    height: 100px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.button {
  background-color: #ffb2f0; /* Green */
  border: none;
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  outline: 5px ridge #ffb2f0;
}
/*formerly had a gradient  */.gradient {
font-size: 64px;
font-family: Times;
color: black;
}
#overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
/* This Image Adds a Border to the Page */  background-image: url(https://file.garden/Y2xF25Odi23QPPkL/pinkborder169.png);
  background-size: 100% 100%;
  pointer-events: none;
  image-rendering: optimizespeed;
}
.recordsimage1{
  height: 300px;
  width: 400px;
}
.secretskeleton{
   display: block;
  margin-left: 100%;
  margin-right: auto;
  width: 20px; 
}
.fire{
  width: 100%;
  height: 100%;
  background-image: url("https://file.garden/Y2xF25Odi23QPPkL/animated-fire.gif");
  background-size: auto;
  animation: engulf 5s ease-in-out 0s infinite;
}
@keyframes engulf {
  0%{
   width: 100%;
   height: 0%;
  }
  100%{
   width: 100%;
   height: 100%;
  }
}
.infobox{
 outline: 2px solid #ffb2f0; 
 max-width: 96%;
}
.about{
 outline: 2px solid black; 
 max-width: 96%;
}
.content{
column-count: 1;
text-align: center;
}
.content2{
column-count: 1;
background-color: black;
font-size: 200%;
text-align: center;
}
.line{
 background-color: black
 ; 
 max-height: 5px;
 max-width: 10000%;
}
.center{
text-align: center;
}