:root {
     --dk-color:#3333ff;
     --mid-color:#6666ff;
     --lt-color:#b3b3ff;
     --dkest-color:#24249c;
     --accent:#0e0ea3;
}


.padded {
  padding-left:30px;
  padding-right:30px;
  }

body {
  
     height:98%;
     text-align: center;
     font-family:Comic Sans MS;
     font-size:15px;
     background-position: top left;
     animation: mymove 20s linear infinite;
     color:var(--dkest-color);
      cursor: url("http://cur.cursors-4u.net/symbols/sym-6/sym599.cur"), auto;
       padding-bottom:10px;
     }

     @keyframes mymove {
  50% {background-position: center;}
}



 h1, h3, h5 {
     color:var(--dk-color);
     filter: drop-shadow(2px 2px rgba(10, 10, 12, 0.267))
}
 h2, h4, h6 {
     color:var(--accent);
     filter:drop-shadow(2px 2px rgba(10, 10, 12, 0.267));
}


img{  filter: drop-shadow(2px 2px rgba(10, 10, 12, 0.267));
}


.left{
  float:left;
}
 


  .text:hover{ 
font-style: italic;
text-decoration-line: underline;
}  

 ::-webkit-scrollbar {
        width: 14px;
        }

        ::-webkit-scrollbar:horizontal {
        height: 14px;
        }

        ::-webkit-scrollbar-corner {
        background: #eee;
        }

        ::-webkit-scrollbar-track:vertical {
        background: linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
        border-radius: 5px;
        }

        ::-webkit-scrollbar-track:horizontal {
        background: linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
        border-radius: 5px;
        }

        ::-webkit-scrollbar-thumb {
        border: 1.5px solid #888;
        border-radius: 5px;
        box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #fff;
        }

        ::-webkit-scrollbar-thumb:vertical {
        background: linear-gradient(90deg, #eee 45%, #ddd 0, #bbb);
        }

        ::-webkit-scrollbar-thumb:horizontal {
        background: linear-gradient(180deg, #eee 45%, #ddd 0, #bbb);
        }

        ::-webkit-scrollbar-button:horizontal:end:increment,
        ::-webkit-scrollbar-button:horizontal:start:decrement,
        ::-webkit-scrollbar-button:vertical:end:increment,
        ::-webkit-scrollbar-button:vertical:start:decrement {
        display: block;
        }

        ::-webkit-scrollbar-button:vertical {
        height: 15px;
        }

        ::-webkit-scrollbar-button:vertical:start:decrement {
        background: white;
        background: url("https://dl.dropbox.com/s/n9ji42h9hdgdtpc/scroll3.png"), #eee;
        background-repeat: no-repeat;
        background-position: center;
        -moz-background-size: 100% auto, cover;
        -webkit-background-size: 100% auto, cover;
        -o-background-size: 100% auto, cover;
        background-size: 100% auto, cover;
        border: 1.5px solid #888;
        border-radius: 5px;
        }

        ::-webkit-scrollbar-button:vertical:start:increment {
        display: none;
        }

        ::-webkit-scrollbar-button:vertical:end:decrement {
        display: none;
        }

        ::-webkit-scrollbar-button:vertical:end:increment {
        background: white;
        background: url("https://dl.dropbox.com/s/cdcco6pih7n1lae/scroll4.png"), #eee;
        background-repeat: no-repeat;
        background-position: center;
        -moz-background-size: 100% auto, cover;
        -webkit-background-size: 100% auto, cover;
        -o-background-size: 100% auto, cover;
        background-size: 100% auto, cover;
        border: 1.5px solid #888;
        border-radius: 5px;
        }

        ::-webkit-scrollbar-button:horizontal {
        width: 14px
        }
        ::-webkit-scrollbar-button:horizontal:start:increment {
        display: none;
        }
        ::-webkit-scrollbar-button:horizontal:end:decrement {
        display: none;
        }

        ::-webkit-scrollbar-button:horizontal:start:decrement {
        background: white;
        background: url("https://dl.dropbox.com/s/xcm618ghd823271/scroll5.png"), linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
        background-repeat: no-repeat;
        background-position: center;
        -moz-background-size: 100% auto, cover;
        -webkit-background-size: 100% auto, cover;
        -o-background-size: 100% auto, cover;
        background-size: 100% auto, cover;
        border-radius: 5px;
        border: 1.5px solid #888;
        }

        ::-webkit-scrollbar-button:horizontal:end:increment {
        background: white;
        background: url("https://dl.dropbox.com/s/byeyi7am889ii9m/scroll6.png"), linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
        background-repeat: no-repeat;
        background-position: center;
        -moz-background-size: 100% auto, cover;
        -webkit-background-size: 100% auto, cover;
        -o-background-size: 100% auto, cover;
        background-size: 100% auto, cover;
        border-radius: 5px;
        border: 1.5px solid #888;
        }



.shaky {
         padding:4px;
 animation: shake 0.5s infinite;
 }
 
 @keyframes shake {
 0% {
 transform: translate(1px, 1px);
 }
 10% {
 transform: translate(-1px, -1px);
 }
 20% {
 transform: translate(-1px, 0px);
 }
 30% {
 transform: translate(1px, 1px);
 }
 40% {
 transform: translate(1px, -1px);
 }
 50% {
 transform: translate(-1px, 1px);
 }
 60% {
 transform: translate(-1px, 1px);
 }
 70% {
 transform: translate(1px, 1px);
 }
 80% {
 transform: translate(-1px, -1px);
 }
 90% {
 transform: translate(1px, 1px);
 }
 100% {
 transform: translate(1px, -1px);
 }
 }
       

.petl{
  float: left;
  width: auto;
  margin: 20px;
}

.petr{
  float: right;
  width: auto;
  margin: 20px;
}

.pettext{
  float: right;
  text-align: left;
}        

      #containerleft, #containerright {
      height: auto;
      width: auto;
      margin:2rem;
      padding: 1rem;
      border-radius: 10px;
      text-align:left;
      box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
    }

    #container::-webkit-scrollbar {
      width: 0; /* remove scrollbar space */
      background: transparent; /* to make scrollbar invisible */
    }

    #container::-webkit-scrollbar-thumb {
      background: transparent;
    }

    
.collapsible {
  background-color: #6666ff;
    background-image: linear-gradient(#6666ff43, #272f9e);
  color: rgb(255, 255, 255);
  cursor: pointer;
  padding: 1rem;
  width: 30em;
  height: auto;
  border: none;
  text-align: left;
  outline: none;
  font-size: 24px;
    border-radius: 5px;
  font-family: Comic Sans MS;
  box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
}

.active, .collapsible:hover {
  background-color: #4848da;
}

.collapsiblecontent {
  padding: 1rem;
  display: none;
  overflow: hidden;
  background-color: #f1f1f100;
}


.headeranim {
  animation: tilt 2s ease-in-out infinite alternate;
}

@keyframes tilt {
  from {transform: rotate(5deg); }
  to { transform: rotate(-5deg); }
}

    
.linkbutton {
  background-color: #6666ff;
    background-image: linear-gradient(#6666ff43, #272f9e);
  color: rgb(255, 255, 255);
  cursor: pointer;
  padding: 1rem;
  width: 20em;
  height: auto;
  border: none;
  text-align: left;
  outline: none;
  font-size: 24px;
    border-radius: 5px;
  font-family: Comic Sans MS;
  box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
}

.download {
  background-color: #6666ff;
    background-image: linear-gradient(#6666ff43, #272f9e);
  color: rgb(255, 255, 255);
  cursor: pointer;
  padding: 1rem;
  width: auto;
  height: auto;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
    border-radius: 5px;
  font-family: Comic Sans MS;
  box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
}

.linkbutton:hover, .download:hover {
  background-color: #4848da;
}

.container {
  display: grid;
  grid-template-columns: auto auto auto;
}

.container > div {
  font-size: 14px;
  text-align: center;
}

