    button
     {
        border:black;
   outline:black;
   background: none;
   font-family: "Sans Serif";
   font-size: 11;
   font: optional;color: grey;
   width: fit-content;
   }
   button:hover
   {
    font: optional;color: black;
    text-decoration-line: underline;
    text-decoration-style: solid
    
   }
   input
   {
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    border-style: dashed;
    height: 18px;
    width: 140px;
    display: block;
    
    
   }
   .fnttxt
   {
    font-family: "Comic Sans MS", "Comic Sans", cursive;
   }
   .section
   {
    border-width:1px;
border-style:solid;
border-color:black;
width: fit-content;
padding: 8px;
background: #eee;
font-family: "Comic Sans MS", "Comic Sans", cursive;
   }
   label {
    font-size: 11;
    font-weight: 900;
   }
   .cbutton
   {
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    font-weight: 50;
    font-size: 11;
    font: optional;color: grey;
    border-width:1px;
border-style:solid;
border-color:grey;
width: fit-content;
background: white
   }
   .cbutton:hover
   {
    background: #eee;
    border-color: black;
    font: optional;color: rgb(0, 0, 0);
   }
   .cbutton:active
   {
    border-color: grey;
    font: optional;color: grey;

   }
   .sectioncust
   {
    border-width:1px;
border-style:solid;
border-color:black;
padding: 8px;
font-family: "Comic Sans MS", "Comic Sans", cursive;
   }
   .highlight
   {
    outline: 2px dashed #000000;
    width: fit-content;
    font-family: "Comic Sans MS", "Comic Sans", cursive;
   }
   .outlined {
  color: white;
  text-shadow:
    -1px -1px 0 #000,
     0   -1px 0 #000,
     1px -1px 0 #000,
     1px  0   0 #000,
     1px  1px 0 #000,
     0    1px 0 #000,
    -1px  1px 0 #000,
    -1px  0   0 #000;
}
   
    .comic {
     font-family:'Comic Sans MS',"Comic Sans", cursive;
    }
    .kaap {
      font-family: 'Kaapeli Heavy';
    }
    .sept {
    font-family: 'Septimus';
    }
    
  @font-face {
    font-family: 'Kaapeli Heavytest';
    src: url('stuffs/KaapeliHeavy.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family:'Septimus';
    src: url("stuffs/SeptimusRegular.woff2") format("woff2");
  }
  @font-face {
    font-family: "Kaapeli Heavy";
    src: url("https://redruinseverything.neocities.org/stuffs/KaapeliHeavy.woff2") format("woff2");
}