html {
    -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  }
  
  html::-webkit-scrollbar {
    display: none;
}
  
body {
  background-image:url(https://caesthoffe.neocities.org/assets/backgrounds/bckg.gif);
  background-attachment:fixed;
  font-family:courier;
  color:white;
  }
  
  p, ul, ol {
    font-size:13px;
    }
    
  p {
    margin:0px;
    padding:0px
    }
  
  h2 {
    text-align:center;
    background-color:#bc210a;
    font-size:15px;
    }
  
  
  h3 {
    border-bottom:solid 2px #bc210a;
    padding-bottom:2px;
    margin:20px 0px 5px 0px;
    }
  
  a {
    color:white;
    font-weight:bold;
    }
  
  a:hover {
    text-decoration:underline;
    text-decoration-color: #bc210a;
    color:white;
    }
  
.row {
  display:flex;
  }
  
.column {
  flex:50%;
  }

.main {
  justify-content:center;
  width:100%;
  }
         
.box {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-evenly;
  width:80%;
  min-width:437px;
  }
  
.content {
  max-width:48%;
  min-width:400px;
  padding:10px;
  }
  
.sidenav-l {
  text-align:center;
  height: 100%;
  width: 130px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding: 10px;
  background-color:black;
  
    -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  
}

.sidenav-l::-webkit-scrollbar, .sidenav-r::-webkit-scrollbar {
  display: none;
  }

.sidenav-r {
  text-align:center;
  height: 100%;
  width: 130px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  overflow-x: hidden;
  padding: 10px;
  background-color:black;

    -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
  
    .center {
      display:flex;
      flex-wrap:wrap;
      justify-content:space-evenly
      }
      
  
.shake img:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  }

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
  }
  
  #statuscafe {
    text-align:left;

}
#statuscafe-username {
    margin-bottom: 5px;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}