/* Document customization */
body {
  font-family: "SerialB";
  background-color: black;
  font-size: 13px;
  color: white;
  background-repeat: repeat;
  margin: 10px;
}

body::-webkit-scrollbar {
  display: none;
}

name {
  font-weight: bold;
  text-decoration: underline;
  line-height: 0;
}

date {
  color: #2e424a
}
  
/* Style for links in the sidebar */
a {
  color: rgb(21,186,246); /* Change the color to your preferred color */
  text-decoration: none; /* Remove underlines from links */
}

.box {
  word-wrap: break-word;
  margin: 0px;
  vertical-align: middle;
  text-align: center;
}

.textbox {
  border: 0px solid white;
  padding: 5px;
  overflow: auto;
}

.textbox__imageL {
  max-width: calc(100% / 4); /* Maximum width is 1/3 of .everything */
  float: left;
  padding: 15px;
}

.textbox__text {
  padding: 0px;
  overflow: hidden;
}

.textbox__text img {
  width: 100%;
}

.article {
  column-count: 3;
  column-gap: 15px;
  column-rule: 1px solid black;      
  text-align: justify;
}

.camframe {
  position: relative;
  width: 300px;
  z-index: 2
}

.cam__image {
  position: absolute;
  margin-left: -285px;
  margin-top: 21px;
  height: 160px;
  width: 200px;
  z-index: 1;
  object-fit: cover;
  vertical-align: top;
}

.calcuframe {
  width: 100px;
}