body {
  background: black;
  color: white;
  font-family: 'Georgia' serif;
  font-size: 18px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  padding-top: 15px;
  animation: fadein 1s;
}

img {
  image-rendering: -moz-crisp-edges;          /* Firefox                        */
  image-rendering: -o-crisp-edges;            /* Opera                          */
  image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
  image-rendering: pixelated;                 /* Chrome */
  -ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */
}

a {
  cursor: url(https://astrologon.neocities.org/images/cursorcolor2.png), auto;
}

html { 
  cursor:url(https://astrologon.neocities.org/images/cursorcolor.png), auto;
  }
  
button {
  cursor: url(https://astrologon.neocities.org/images/cursorcolor2.png), auto;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

h2 {
  color: white;
  font-family: 'Garamond', cursive;
  margin: 10px 0px 10px 0px;
}

h1 {
  color: white;
  font-family: 'Garamond', cursive;
  margin: 10px 0px 10px 0px;
}

#header_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#center_image {
display: flex;
justify-content: center;
  
}

#welcome {
  color: white;
  font-family: 'Garamond';
  font-size: 35px;
  position: relative;
}

.marg1 {
  margin: 10px 0px 0px 0px;
}

.sidebar button {
  padding: 6px 8px 6px 8px;
  text-decoration: none;
  font-size: 21px;
  color:black;
  display: block;
  margin: 1px auto;
  background-color: white;
  font-family: 'Garamond', cursive;
}

.button_icon {
  max-height: 25px;
  padding-top: 5px;
} 
.button_sub {
  font-size: 17px;
}

#top_corner {
  scale: 100%;
  position: absolute;
  right: 50px;
  top: 20px;
}

#top_left_corner {
  scale: 100%;
  position: absolute;
  left: 20px;
  top: 20px;
}

#bottom_corner {
  position: absolute;
  right: 110px;
  bottom: -525px;
}

#bottom_corner2 {
  position: absolute;
  right: 100px;
  bottom: 10px;
}

#bottom_left {
  position: absolute;
  left: 255px;
  bottom: -425px;
}

#bottom_left2 {
  position: absolute;
  left: 255px;
  bottom: -670px;
}

.textbox {
  background-color: rgba(255, 192, 203, 0.849);
  color: black;
  padding: 10px 10px 10px 10px;
  margin: 10px auto 10px auto;
  box-shadow: 0px 0px 30px white;
  border-radius: 10px;
}

.smaller_image {
  max-height: 65px;
} 

.tight_textbox {
  background-color: rgba(255, 192, 203, 0.849);
  color: black;
  padding: 15px 20px 15px 20px;
  margin: 10px auto 10px auto;
  box-shadow: 0px 0px 30px white;
  border-radius: 10px;
  display: inline-block;
}

#frontmain {
  position: absolute;
  right: 75px;
  bottom: -10px;
  width: 185px;
}

.flex_container {
  display: flex;
}

.flex_center {
  display: flex;
  justify-content: center;
}

.flex_center a {
  margin: 0px 4px;
}

.aboutbutton {
  font-size: 24px;
  background-color: white;
  font-family: 'Garamond', cursive;
}

.favs {
  position: relative;
  image-rendering: -moz-crisp-edges;          /* Firefox                        */
  image-rendering: -o-crisp-edges;            /* Opera                          */
  image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
  image-rendering: pixelated; /* Chrome */
  -ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */

  position: relative;
  z-index: 0;
  margin: 1px 1px 0px 0px;
  filter: drop-shadow(0 0 0px rgba(0, 0, 0, 1));
  transition: .5s;
}

.favs:hover {
  image-rendering: -moz-crisp-edges;          /* Firefox                        */
  image-rendering: -o-crisp-edges;            /* Opera                          */
  image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
  image-rendering: pixelated; /* Chrome */
  -ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */

  position: relative;
  z-index: 1;
  transform: scale(1.2);
  background-color: transparent;
  filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.2));
  transition: .1s;
}

#nes {
  position: absolute;
  top: 230px;
  left: 400px;
  z-index: 1;
}

.badge {
  position: relative;
  image-rendering: -moz-crisp-edges;          /* Firefox                        */
  image-rendering: -o-crisp-edges;            /* Opera                          */
  image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
  image-rendering: pixelated; /* Chrome */
  -ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */

  position: relative;
  z-index: 0;
  margin: 1px 1px 0px 0px;
  filter: drop-shadow(0 0 0px rgba(0, 0, 0, 1));
  transition: .5s;
}

.badge:hover {
  image-rendering: -moz-crisp-edges;          /* Firefox                        */
  image-rendering: -o-crisp-edges;            /* Opera                          */
  image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
  image-rendering: pixelated; /* Chrome */
  -ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */

  position: relative;
  z-index: 1;
  transform: scale(1.2);
  background-color: transparent;
  filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.2));
  transition: .1s;
}

.shelf_item {
  align-self: flex-end;
}