  @font-face {
    font-family: 'BGTHC';
    src: url('/archives/mod/fonts/BGTHC.ttf') format('truetype');
  }

  @font-face {
    font-family: 'Heavy Gothik';
    src: url('/archives/mod/fonts/HeavyGothik.ttf') format('truetype');
  }
  
  h1 {
    text-align: center;
    font-size: 90px;
    font-family: 'Heavy Gothik', Arial, sans-serif;
    color: lightblue;
    text-shadow: -5px 0 black, 0 6px black, 1px 0 black, 0 -1px black;
  }
  
  p {
    margin-top: 0em;
    margin-bottom: 0em;
  }
  
  h2 {
    font-family: 'Times New Roman', Arial, sans-serif;
    font-size: 25px;
    color: #eb28ba;
    margin-top: 0em;
    margin-bottom: 0em;
    text-shadow: 0px 0 black, 0 0px black, 1px 0 black, 0 0px black;
    display: inline-block;
    margin: 0 10px;
  }
    
  b {
    color: #eb28ba;
    text-shadow: 0px 0 black, 0 0px black, 0px 0 black, 0 1px black;
  }
    
  a:link {
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
    transform: scale(1.2);
  }
  
  ::selection {
    background-color: #eb28ba;
  }

  ::selection {
    color: lightblue;
  }
  
  * {
    box-sizing: border-box;
  }
  
  img {
    text-decoration: none;
    padding: 5px;
  }
  
    .column {
  width: 80%;
  border-width: 5px;
  border-color: black;
  border-style: solid;
  border-image: url('/archives/mod/images/gifs/rainbow.gif') 30 stretch;
  background-image: url('/archives/mod/images/gifs/porpol.gif');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  float: left;
  height: 800px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.headbox {
  width: 95%; 
  height: 30px; 
  background-color: pink; 
  margin-left: auto; 
  margin-right: auto; 
  border-style: outset;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  }
  
.arrow {
  font-family: 'Times New Roman', Arial, sans-serif;
  font-size: 25px;
  color: #eb28ba;
  margin-top: 0em;
  margin-bottom: 0em;
  text-shadow: 0px 0 black, 0 0px black, 1px 0 black, 0 0px black;
  cursor: pointer;
}
  
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: pink;
}

::-webkit-scrollbar-thumb {
  background: #ff94a7;
}

::-webkit-scrollbar-thumb:hover {
  background: #ff94a7;
}

.titlediv {
  background-color: pink; 
  border-width: 20px;
  border-image-source: url('/archives/mod/images/borders/stars.webp');  
  border-image-slice: 50 fill; 
  border-image-repeat: repeat; 
  border-image-width: 20px;
}
  
.sidecolumn {
  width: 10%; 
  border-width: 5px;
  border-image: url('/archives/mod/images/gifs/rainbow.gif') 30 stretch;
  background-image: url('/archives/mod/images/h1back.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  float: left;
  height: 800px;
  border-color: black;
  border-style: solid;
}

.textbox {
  width: 90%;  
  background-color: pink;
  margin-left: 3%; 
  border-style: outset;
  margin-top: 5px;
  margin-bottom: 5px;
  height: auto;
  max-height: 500px;
  overflow-y: scroll;
}
  
body {
  background-image: url('/archives/mod/images/divback3.jpg')
}
  
  
  
  
  
  
  
  