/* 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." */
.container {
  max-width: 60%;
  margin: auto;
  padding: 5px;
  position:relative;
  margin-left:15vw;
  
}

scrollbar {
    border-radius: 30px;

}

@media (max-width:700px) {
.container {
  max-width: 100%;
  margin: auto;
  padding: 0px;
  position:relative;
}
}
  
@font-face {                  
font-family: 'AnalogueOS';
src: url(https://humantooth.neocities.org/fonts/AnalogueOS-Regular.woff) format('woff');
font-weight: normal;
font-style: normal;
} 
.page {
      justify-content:center;
}

.content {

float:left;
}


  
.holyfuck {
   border-width: 0.2vw;
  color:black;
    border-radius: 30px;
   background: #FFFFFF;

  margin: 1vw;
  text-align: center;
  min-width: 90%;
                text-shadow: 0px 0px 0px black;
      box-shadow: black 0px 4px 0px;

}
h1 {
  text-shadow: 2px 4px 2px black;
}
.redstar {
  z-index: 1;
  background-image: url(redstar.png);
  background-size: contain;
  width: 5vw;
  height: 5vw;
  position:absolute;
  top: 15; /*[wherever you want it]*/
  left:0; /*[wherever you want it]*/
  
}
.holyfuck:hover{
  color:black;
      box-shadow: white 0px 4px 0px;

  
}
@media (min-width: 700px) {
    .sidebar {
      float: left; 
  width:10vw;
  background-color: white;
 border-style: groove;
  border-width: 5px;
  border-radius: 30px;
background-image: linear-gradient(to bottom, white, #5a3680);
    box-shadow: black 4px 8px 4px;
     align-content: center;
  padding:10px;
align-items: center;
    margin-right:200px;
    height:auto;
    overflow:scroll;
    overflow-x: hidden;
    position:fixed;
    font-size: 1vw;
    }
    
::-webkit-scrollbar {
  width: 10px;
}
.sidebarflex {
margin-right: 10px;
  
}

}
a {
  color: #5a3680;
}
blockquote {
  background-color:black;
  color:white;
  padding: 5px;
  text-decoration: none;
}
marquee {
  color:white;
}

.listingtext {
   font-size:2vw;
   text-align:right;
}
@media (max-width:700px){
.listingtext {
   font-size:3vw;
   text-align:right;
}
}
body {
  background-color: black;
  background-image: url(lowercontrast.png);
  color: black;
  background-size: 15vw, 25vw;
background-repeat: repeat;
  font-family: 'AnalogueOS', 'Verdana';
  font-size:2vw;
  text-shadow: 0px 4px 0px black;
}

@media (max-width:700px) {
body {
  background-color: black;
  background-image: url(lowercontrast.png);
  color: black;
  font-family: 'AnalogueOS', 'Verdana';
  font-size:3vw;
  text-shadow: 0px 2px 0px black;
}
}

footer {
  text-align: center;
  color:white;
  font-size:1vw;
  margin: 5px;
}
@keyframes shaking {
 0% { transform: translateX(0) }
 25% { transform: translateX(5px) }
 50% { transform: translateX(-5px) }
 75% { transform: translateX(5px) }
 100% { transform: translateX(0) }
}
horizontal-shake {
  animation: shaking 0.35s infinite;
}
.flex {
  display: flex;
  color: white;
  padding: 15px;
  width: auto;
    justify-content:center;
}
@media (max-width:700px){
  .flex {
  display: flex;
  color: white;
  padding: 1px;
  width: auto;
    justify-content:center;
}
}
img {
  object-fit: cover;
  width:auto;
  height:auto;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom:5px;
      box-shadow: black 0px 4px 0px;
        border-radius: 30px;

}

iframe {
    width:3vw;
    height:3vw;
}
.star {
  width:5vw;
  height:5vw;
  background-image: url(test.png);
  background-size:cover;
    background-color: red;
  animation-name: myAnimation;
  animation-iteration-count: infinite;
  position:relative;
  animation-duration: 4s;
  z-index: -1;
}
@keyframes myAnimation {
  0% {top:0px;}
  100% {top:bottom;}
}
.button {
     background: #FFFFFF;
  padding:5px;
  color:black;
  border-radius: 30px;
  width: 33%;
  margin:5px;
   border-width: 0.2vw;
        box-shadow: black 4px 8px 4px;
          text-shadow: 0px 0px 0px black;

}
.button:hover {
color:black;
      box-shadow: white 0px 4px 0px;
}
.actuallyvisibledivfuckmylife {
  border-style: groove;
  border-radius: 30px;
  border-width: 5px;
  padding: 0.5vw;
  color: white;
  margin: 5px;
  background-color: #5a3680;
    box-shadow: black 4px 4px 4px;
}
@media (max-width:700px){
.actuallyvisibledivfuckmylife {
  border-style: groove;
  border-radius: 30px;
  border-width: 2px;
  padding: 1vw;
  color: white;
  background-color: #5a3680;
  
    box-shadow: black 4px 4px 4px;
}
}
.blackbox {
  background-color: white;
  color: black;
  padding: 5px;
  margin: 5px;
}
.newone {
  background-color: white;
  border-style: groove;
  border-radius: 30px;
  border-width: 5px;
  padding: 0.5vw;
  color: white;
  margin: 15px;
  background-image: linear-gradient(to bottom, white, #D3D3D3);
    box-shadow: black 4px 8px 4px;
}

.board {
  font-size: 1vw;
  background-image: url(note.png);
  background-size: cover;
  background-color: beige;
  color:black;
  margin: 1vw;
  text-align: center;
  min-width: 90%;
      box-shadow: black 4px 8px 4px;
      text-shadow: 0px 0px 0px black;
}
.container img {
  width: 100%;
}
header {
  background-image: url(text.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;  
  width: 100%;                  
  height: 10vh;   
  object-fit: cover;
  
}

/* web shimeji */
.webmeji-container {
  position: fixed;
  bottom: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
  z-index: 9999;
        box-shadow: black 0px 0px 0px;
        text-shadow: 0px 0px 0px;

}

.webmeji-container img {
  width: 100%;
  height: auto;
  user-select: none;
  pointer-events: none;
  display: block;
  transform-origin: center;
    box-shadow: black 0px 0px 0px;
        text-shadow: 0px 0px 0px;
}

@media (max-width: 768px) {
  .webmeji-container {
    width: 50px;
    height: 50px;
      box-shadow: black 0px 0px 0px;
        text-shadow: 0px 0px 0px;
  }
}

