/* 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 {
  background-image: url(https://file.garden/Y2xF25Odi23QPPkL/arg-wp-easter-bunny.gif);
  color: black;
  font-family: 'Trebuchet MS', sans-serif;
  background-size: 12%;
  background-repeat: repeat;
    margin-left: 160px; /* Same as the width of the sidebar */
  padding: 0px 10px;
}
.content{
  background-color: #96eeff;
}
.contenttext{
  font-size: 20px;
}
.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: #ffb2f0;
}
#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 #ffb2f0; 
 max-width: 50%;
}
.content{
column-count: 1;
text-align: center;
}
.content2{
column-count: 1;
background-color: #96eeff;
font-size: 200%;
text-align: center;
}
.line{
 background-color: #ffb2f0; 
 max-height: 5px;
 max-width: 10000%;
}
.center{
text-align: center;
}
.niconne-regular {
  font-family: "Niconne", cursive;
  font-weight: 400;
  font-style: normal;
}
.sidenav {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 160px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #ffb2f0; /* Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
    font-family: 'Trebuchet MS', sans-serif;
}

/* The navigation menu links */
.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: underline;
  text-decoration-style: wavy;
  font-size: 25px;
  color: #96eeff;
  display: block;
  font-family: 'mmt', sans-serif;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}
.selectedbnuuy{
  width: 300px;;
}
.bnuuysidebar{
  width: 70%;
  height: 20%;
}