body {
  background-image: url(https://bettysgraphics.neocities.org/images/backgrounds/stars%202.gif);
  cursor: url(https://pixels.crd.co/assets/images/gallery24/4ff94fa4.gif?v=99d3974e);
  font-size: 0.875em;
  font-family: monospace;
  padding: 0;
  margin: 0;
  
#overlay {
  position:fixed;
  background-image: url("https://bettysgraphics.neocities.org/images/backgrounds/pattern%20467.gif");
  width:10000px;
  height:10000px;
  top:0px;
  right:0px;
  filter:opacity(20%);
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5)
}
  
.wrapper {
  background: none;
  top: 0;
  margin: 0 auto;
  width: 870px;
  }
  
.sidebar-left, .sidebar-right {
  width: 175px;
  position: absolute;
  top: 0;
  }
  
 .main {
  position: absolute;
  top: 122px;
  width: 500px;
 } 


.main, .sidebar-right{
  margin-left: 185px;
  display: inline-block;
  position: absolute;
  }
  
.sidebar-left {
  top: 165px;
}

.sidebar-right {
  top: 165px;
  margin-right: 10px;
  margin-left: 698px;
}

.divider img{
  width: 100%;
  height: auto; /* maintains aspect ratio */
  display: block; /* removes extra bottom space */
}

.box p {
  text-align: center;
}

.button-left img{
  width: 100%;
  height: auto; /* maintains aspect ratio */
  display: block; /* removes extra bottom space */
  bottom: 0;
}

.horizontal-marquee {
  width: 100%;                  /* or set a fixed width */
  overflow: hidden;
  position: relative;
  background: ;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 10s linear infinite;
}

/* Pause animation on hover */
.horizontal-marquee:hover .marquee-content {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0%   { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}


.inner-profile{
  padding-top: 0px;
  padding: 10px;
}
.inner-profile p{
  text-align: left;
  font-weight: bold;
}

.inner-stamps{
  top: 0;
  bottom: 0;
  padding: 10px;
  background-color: #202020;
}

.inner-shiro{
  text-align: center;
}

.inner-shiro iframe {
  display: inline-block;
}

#stamps:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.wrapper, .links a {
  color: #4f3d46;
  }
  
.box {
  border: 3px double #333;
  background: #c9c9c9;
  padding: 0;
  margin: 10px 0px 15px 0px;
  }
  
.inner-stamps{
  border: 3px double #333;
  background-image: url(https://bettysgraphics.neocities.org/images/backgrounds/pattern%20154.gif);
  padding: 0;
  margin: 10px 0px 15px 0px;
}

.box-stamps p{
  text-align: center;
}

.box-stamps{
  background-color: #c9c9c9;
}


.box-stamps h3{
  padding-top: 10px;
  text-align: center;
}

.headings p{
  text-align: center;
}

.MusicPlayer{
  border: 3px double #333;
  background: #fff;
  padding: 0;
  color: #fff;
  
}
.header {
  border: 3px double #333;
  background: linear-gradient(rgb(251, 220, 220, 0.75), rgb(251, 220, 220, 0.75));
  text-align: center;
  margin-top: 15px;
  top: 0;
  height: auto;
  }
  
.links {
  margin-top: 1em;
  padding: 5px;
  padding-top: 3px;
  padding-bottom: 5px;
  }
  
.link{
    text-align: center;
    display: inline-block;
    list-style-type: none;
    float: none;
    font-weight: bold;
    font-size: 1.2em;
    padding: 5px;
    margin-right: 10px;
    margin-left: 10px;
}

.title { /*suppress title, since we're putting the title as text in the header box*/
  display: none;
  }

.footer {
  height: 0;
  }
  
.box h1, .box h2, .box h3, .box h4 {
  color: #202020;
  margin: 0;
  padding: 0.35em 0.25em 0.3em 0.25em;
  text-align: center;
  }
  
.inner {
  padding: 0.25em 1em 0.3em 1em;
  font-size: 1.075em;
  }
  
  
/* For narrow screens: slightly narrows sidebars, and makes the width
 * of the main/center div flexible (sized relative to viewport width.)
 */
@media(max-width:880px) {
  .wrapper {
    width: calc(340px + 50vw);
    }
  .sidebar-left, .sidebar-right {
    width: 160px;
    }
  .main {
    width: 50vw;
    margin-left: 170px;
    }
  }

/*Mobile compatibility. Just turns it all into a vertical layout.*/  
@media(orientation:portrait) {
  .wrapper {
    width: 96vw;
    margin: 0 auto;
    padding:0;
    position: relative;
    }
  .wrapper-2 {
    width: 94vw;
    margin: 0 auto;
    padding:0;
    position: relative;
    }
  .sidebar-left, .main, .sidebar-right {
    position: relative;
    width: 92vw;
    margin: 0.25rem 1vw;
    }
  }