*::-webkit-scrollbar {
  display: none;
  }
  
* {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  overflow-x:hidden
  }

body {
  background:#000;
  color:white;
  margin:0px auto;
  width:80%;
  }

@font-face {
  font-family: punkkid;
  src: url(https://caesthoffe.neocities.org/assets/fonts/punkkid.ttf);
  }
  
.back a {
  font-family:punkkid;
  font-size:20px;
  color:white;
  }
  
.back a:hover {
  color:yellow;
  text-decoration-color:orange
  }
  
.back {
  margin:40px 0px 10px 0px;
  padding:5px
  }
  
p, h1, h2 {
  margin:0px;
  padding:0px
  }
  
h2 {
  font-family:courier;
  font-weight:bold;
  color:#808080;
  margin-bottom:15px;
  font-size:16px
  }
  
h1 {
  font-family:punkkid;
  font-weight:initial;
  }
  
p {
  font-family:courier;
  }
  
img, video {
  height:275px;
  margin:auto 5px;
  }
  
.section {
  color: black;
  margin:40px auto;
  padding: 12px 25px 12px 38px;
  box-sizing:border-box;
  border-image-slice: 20 11 20 19 fill;
  border-image-width: 20px 11px 20px 19px;
  border-image-repeat: repeat round;
  border-style: solid;
  border-color: transparent;
  image-rendering: pixelated;
  border-image-source: url("https://caesthoffe.neocities.org/assets/borders/notepaper.png");
  }      
  
  
.shelf {
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding:10px;
  margin:15px auto 0px;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
  }    