    ::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #7d2032; 
}
 
::-webkit-scrollbar-thumb {
  background: #c64662; 
  opacity:0.5;
}

::-webkit-scrollbar-thumb:hover {
  background: #b33c55;
  opacity:0.5;
}
.hteh {
  opacity:0.5;margin-top:-20px;color:white;
}
.bimg {
  width:99%;
justify-content: center;
display: flex;
  border:5px solid #7d2032;
}

::selection{
  background-color:#3C0712;
  color:white;
}

a {
  text-decoration:underline;
  color:lightgrey;
}
a:hover {
color:white;
text-decoration:none;
}
    body {
      background: #7d2032;
      font-family: "Trebuchet MS", sans-serif;
      font-size:1.4em;
      color:white;
    }
    .wefjo, .dok {
      display:flex;
      flex-wrap:wrap;
      justify-self:center;
      gap:10px;
      max-width:900px;
    }
    .dok {
      max-width:none;
    }
    
    main {
      max-width:900px;
      margin-left:auto;
      margin-right:auto;
      background:#C64662;
      padding:10px;
    }
    
    ul li {
      list-style:none;
    }
    
.h {
  border:5px solid #4d0b17;
  background:#c64662;
  padding:5px;
  color:inherit;
  text-decoration:none;
}

.h:hover {
  color:lightgray;
}
.poop {
  background: linear-gradient(#c64662, #7d2032);
  color:white;
  padding: 10px;
  font-size: 30px;
  text-align: center;
  width:46%;
  border:5px solid #7d2032;
  height:400px;
  overflow-y:auto;
}

@media only screen and (max-width: 878px) {
  .wefjo {
    display:initial;
    width:auto;
  }
  .bimg {
    width:98%;
  }
  .poop {
    width:auto;
    margin:10px;
  }
}