body {
background: linear-gradient(90deg,rgba(64, 64, 112, 1) 30%, rgba(255, 0, 166, 1) 35%, rgba(255, 166, 0, 1) 40%, rgba(251, 255, 0, 1) 45%, rgba(55, 255, 0, 1) 50%, rgba(0, 251, 255, 1) 55%, rgba(106, 0, 255, 1) 60%, rgba(191, 0, 255, 1) 65%, rgba(64, 64, 112, 1) 70%);
}

.highlighted {
   background-color: blue;
   color: white;
}

#fourx {
   height: 150px;
   margin: 20px;
   clear: both;
}

#kyubey {
   width: 300px;
   float: right;
   scrollbar-color: rgb(200, 154, 200) rgb(55, 51, 55);
}

#eee {
   border: 10px solid transparent;
  margin: 5% 5% 0% 5%;
  border-image: url("https://i.pinimg.com/originals/b0/46/85/b046854eef1a69b2927c599bad87cdf1.gif") 30 stretch;
  box-shadow: 0 0 10px white, 0 0 25px rgb(20, 191, 128);
  background-color: rgba(84, 84, 132, 0.7);
}
#eee h1 {
 text-shadow: -2px 2px #ef3550,
               -4px 4px #ffd900,
               -6px 6px #59ff00,
               -8px 8px #008cff,
               -10px 10px #ff00fb;
               clear: left;
               margin-left: 20px;
}
#eee p {
   margin-left: 10px;
   float: left;
}

#yay {
   margin: 5%;
}

nav {
  padding: 10px;
  width: 180px;
   margin-left: 20px;
   margin-top: 40px;
   float: left;
     background-image: url(https://i.pinimg.com/1200x/61/99/a6/6199a6c01e4f40ae21fac34a84806804.jpg);
  background-size: cover;
  border: 5px dotted rgb(200, 154, 200);
}
nav img {
   float: left;
   height: 50px;
   margin-left: -25px;
   margin-top: 20px;
}
nav h2 {
   color: white;
   background-color: blue;
   float: left;
   margin-left: 30px;
}
nav a {
   color: black;
   font-weight: bold;
   text-shadow: 3px 3px 3px rgb(200, 154, 200);
}

#sidebar {
   width: 180px;
   height: 600px;
   padding: 10px;
   overflow: auto;
   margin-left: 20px;
   margin-top: 10px;
   float: left;
   clear: both;
   background-color: rgba(84, 84, 132, 0.7);
     scrollbar-color: rgb(200, 154, 200) rgba(84, 84, 132, 0);
     scrollbar-width: thick;
          background-image: url(https://i.pinimg.com/1200x/61/99/a6/6199a6c01e4f40ae21fac34a84806804.jpg);
  background-size: cover;
    border: 5px dotted rgb(200, 154, 200);
}
#sidebar img {
   float: left;
   clear: left;
   margin: 5px;
   width: 150px;
   height: 20px;
}

#scissor {
   height: 30px;
   margin-bottom: -20px;
   margin-left: -250px;
}

#main {
   width: 50%;
   margin-left: 100px;
   margin-bottom: 100px;
   background-color: rgba(200, 154, 200, 0.7);
   float: left;
   padding: 10px;
   font-family: monospace !important;
   font-size: 16px;
   border: dashed black 5px;
}

#four {
width: 100px;
position: absolute;
}

#fourbow {
   width: 100px;
   height: 70px;
   position: relative;
   margin-left: 90px;
   margin-top: 50px;
}

#fourblast {
   position: fixed;
   margin-left: 10%;
   margin-top: 100px;
}

#png img {
   height: 100px;
   float: left;
}

.therio {
   height: 100px;
}

#button {
   float: right;
   clear: both;
}

#stamp {
   clear: both;
   float: left;
   background-image: url(https://i.pinimg.com/originals/4d/d2/95/4dd295b1ab9b259311eaee63b7fa7200.gif);
   background-size: stretch;
}
#stamp img {
   width: 99px;
   height: 56px;
   margin: 5px;
}