html, body {
  margin: 0;
  padding: 0;
}  
    @font-face {
  font-family: 'PixelOperator';
  src: url(https://fishy-machine.neocities.org/transfonter.org-20250727-211809/PixelOperator.woff);
}
    .clearfix::after {
      content: "";
      clear: both;
     display: table;
}
body {
  background-color: #010E14;
  color: #CAE9FF;
font-family: 'PixelOperator';
  font-size: 20px;
  background: url("https://fishy-machine.neocities.org/dithered-image1.png")
 
  
}

.float-left {
      width: 25%;
      float: left;
      padding: 5px;
      border: black solid 10 px;
}  
    .float-right {
      width: 25%;
      float: right;
      padding: 5px;
      border: black solid 10 px;
      padding-right: 5px;
  margin-left: 2px;
  margin-right: 2px;
  
} 

.hold{
  display: flex;
  flex-wrap: nowrap;
  width: 1000px;
}
.hagain{
  border: #89C2D9 double 5px;
  
  background-color: #0A1F2E;
opacity: 0.8;
background-image:  linear-gradient(#89C2D9 1px, transparent 1px), linear-gradient(to right, #89C2D9 1px, #0A1F2E 1px);
background-size: 20px 20px;
  width: 100%;
  padding: 10px;
  margin: 5px;
}
.box{
  border: #89C2D9 dotted 1px;
  background-color: #0A1F2E;
  color: #CAE9FF;
  padding: 2px;
  width: 100%;
  height: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
 
}

.sidebox {
  border: #89C2D9 double 5px;
  background-color: #0A1F2E;
  color: #CAE9FF;
  padding: 2px;
  

}
h4 {
  border-bottom: #89C2D9 solid 1px;
  color: #CAE9FF;
font-family: 'PixelOperator';
}
a:link {
  color: #E2F5FA;
  background-color: transparent;
  text-decoration: none;
}
 a:hover {
  color: #E2F5FA;
  background-color: transparent;
  text-decoration: underline;
  
}
a:active {
  color: #E2F5FA;
  background-color: transparent;
  text-decoration: underline;
}
a:visited {
  color: #C0D4D9;
  background-color: transparent;
  text-decoration: none;
}
.column {
  float: left;
  width: 48%;
  border: dotted 1px #89C2D9;
background-color: #051018;
margin: 5px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
mark {
  background-color: #4F5B65;
  color:#E0FAFF;
}
.scroll-container {
  display: block;
  margin: 0 auto;
  text-align: center;
  Background-color: #051018;
}

.scroll-container {
  width: 320px;
  height: 100px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  Background-color: #051018;
}
.scroll-page {
  align-items: center;
  height: 100%;
  background: black;
  border: dotted white 1px;
}
.image:hover{
  transform: rotate(5deg)
}
.container {
  position: relative;
  text-align: center;
  color: white;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-57%, -50%);
}
.red { color: red; }
.item-in-corner {
            position: absolute;
            bottom: 0; /* Aligns to the bottom edge of the parent */
            right: 0;  /* Aligns to the right edge of the parent */
            /* Optional: Add padding or margin for spacing if needed */
        }
.blank{
  width: 100px;
  height: 50px;
}
ul {
  list-style: none;
}

ul li::before {
  content: "> ";
}