@font-face {
  font-family: 'pkmn';
  src: url(fonts/pkmn/pokemon_pixel_font.woff) format('woff');
  }
    @font-face {
   font-family: "tinytots";
   src: url("fonts/tinytots/tinytots-webfont.woff") format('woff');
     }

html, body {
  padding: 0;
  margin: 0;
  position: relative;
  height: 100%;
  overflow: hidden;
  background-size: fill;
  background: url(https://64.media.tumblr.com/0379a653daf4ccb15060af10709d1688/072f76c2b9f13ea1-5e/s2048x3072/b93f7f9c03d4bcc62376397118ccb509e538fb92.jpg);
 }
 .wrapper {
  display: grid;
  grid-template-columns: repeat(7, 100px);
  grid-template-rows: repeat(14, 100px);
  justify-content: center;
  position: relative;
  padding: 20px;
  padding-top: 3%;
  margin-top: 40px;
  margin-left: 9%;
  margin-right: 9%;
  
  border: 6px ridge white;
  background: url(https://sadhost.neocities.org/images/tiles/bk024.gif);
  animation: background 100s linear infinite;
  height: 67%;
  overflow-y: scroll;
  z-index: 1;
}
@keyframes background {
    0% {
        background-position: 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}
.bottom {
  background: white;
  border: 6px ridge white;
  border-top: none;
  margin-left: 9%;
  margin-right: 9%;
  padding: 10px;
  padding-top: 16px;
  text-align: center;

  justify-content: center;
  position: relative;
  margin-top: 0px;
}

.main {
  display: grid;
  grid-row: 1;
  grid-row-end: 4;
  padding-left: 45px;
}

.topfirst {
   background: linear-gradient(
    rgb(158, 208, 247),
    rgb(130, 170, 245),
    rgb(94, 147, 247)
  ); 
  border: 2px outset rgb(123, 180, 227);
  border-bottom: none;
  border-radius: 20px 20px 0px 0px;
  box-shadow: inset 2px 11px 6px -10px #ffffff, inset -10px 0px 6px -10px rgba(115, 204, 237, 0.8), inset 0px -10px 6px -10px rgba(115, 204, 237, 0.8);
  width: 565px;
  height: 20px;
  padding: 15px;
  padding-left: 25px;
  font-family: tinytots;
  font-size: 21;
  color: white;
}
.first {
  background-color: white; 
  border: 2px outset rgb(123, 180, 227);
  border-radius: 0px 0px 20px 20px;
  display: grid;
  box-shadow: 8px 8px 14px rgba(167, 184, 231, 0.8); 
}
  .side1 {
    justify-content: center;
    width: 160px; 
    padding: 25px;
    border-right: solid 1px rgb(149, 218, 241);
    grid-row: 1;
    grid-column: 1;
  }
  .side1b {
    justify-content: center;
    width: 134px; 
    height: 120px;  
    padding: 10px;
    border: solid 1px rgb(124, 163, 247);
    border-radius: 0px 0px 10px 10px;
    border-top: none;
    
    font-family: tinytots;
    color: #93a6cf;
    font-size: 14;
  }
  .side1b hr {
    width: 99%;
    border: 1px dashed #9cc0ff;
    border-top: none;
  }
  .main1 {
    width: 300px;
    height: 220px;
    padding: 15px;
    padding-top: 20px;
    margin: 25px;
    border: solid 1px rgb(124, 163, 247);
    border-radius: 10px;

    grid-row: 1;
    grid-column: 4;
    font-family: pkmn;
    color: #8c9ab8;
    font-size: 16;
    line-height: 19px;
    overflow-y: scroll;
    scrollbar-width: none;
  }
  .main1b {
    width: 300px;
    height: 20px;
    padding: 15px;
    padding-left: 8px;
    margin: 25px;
    margin-bottom: 16px;
    margin-top: -65px; 
    grid-column: 4;
    justify-content: center;
    font-family: tinytots;
    font-size: 18;
  }

.topsecond {
   background: linear-gradient(
    rgb(158, 208, 247),
    rgb(130, 170, 245),
    rgb(94, 147, 247)
  ); 
  border: 2px outset rgb(123, 180, 227);
  border-bottom: none;
  border-radius: 20px 20px 0px 0px;
  box-shadow: inset 2px 11px 6px -10px #ffffff, inset -10px 0px 6px -10px rgba(115, 204, 237, 0.8), inset 0px -10px 6px -10px rgba(115, 204, 237, 0.8);
  width: 565px;
  height: 20px;
  padding: 15px;
  padding-left: 25px;
  font-family: tinytots;
  font-size: 21;
  color: white;
  margin-top: 40px;
}
.second {
  background-color: white; 
  border: 2px outset rgb(123, 180, 227);
  border-radius: 0px 0px 20px 20px;
  display: grid;
  box-shadow: 8px 8px 14px rgba(167, 184, 231, 0.8); 
}
  .side2 {
    width: 280px;
    height: 210px;
    padding: 15px;
    margin: 25px;
    grid-column: 1;
    grid-row: 1;
    border: 1px solid rgb(107, 184, 232);
    border-radius: 10px;
    text-align: center;
  }
  .side2 img{
    width: 30%;
    padding-right: 4px;
  }
  .main2 {
    width: 180px;
    height: 210px;
    padding: 15px;
    margin: 25px;
    margin-left: 4px;
    grid-column: 2;
    grid-row: 1;
    border: 1px solid rgb(107, 184, 232);
    border-radius: 10px;
    font-family: pkmn;
    color: #8c9ab8;
    line-height: 19px;
  }
  
.topthird {
   background: linear-gradient(
    rgb(158, 208, 247),
    rgb(130, 170, 245),
    rgb(94, 147, 247)
  ); 
  border: 2px outset rgb(123, 180, 227);
  border-bottom: none;
  border-radius: 20px 20px 0px 0px;
  box-shadow: inset 2px 11px 6px -10px #ffffff, inset -10px 0px 6px -10px rgba(115, 204, 237, 0.8), inset 0px -10px 6px -10px rgba(115, 204, 237, 0.8);
  width: 565px;
  height: 20px;
  padding: 15px;
  padding-left: 25px;
  font-family: tinytots;
  font-size: 21;
  color: white;
  margin-top: 40px;
}
.third {
  background-color: white; 
  border: 2px outset rgb(123, 180, 227);
  border-radius: 0px 0px 20px 20px;
  display: grid;
  box-shadow: 8px 8px 14px rgba(167, 184, 231, 0.8); 
}
  .main3 {
    width: 250px;
    height: 235px;
    padding: 15px;
    margin: 25px;
    margin-left: 0;
    margin-top: -40px;
    grid-column: 2;
    grid-row: 2;
    border: 2px dashed lightblue;
    border-radius: 10px;
    font-family: pkmn;
    color: #8b99b5;
    text-align: center;
    background: linear-gradient(30deg, #ffe0f3, #feffe0); 
  }
  .main3 hr {
    width: 99%;
    border: 1px dashed #e8b397;
    border-top: none;
  }
  
  .header3 {
  border: 2px dashed lightblue;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(
    20deg,
    #fff1cc,
    #eeffcc,
    #ccf2ff
  );
  text-align: center;
  font-family: pkmn;
  font-size: 20;
  font-weight: bold;
  padding: 5px;
  padding-top: 9px;
  text-shadow: -1.5px 0 #91c4ff, 0 1.5px #91c4ff, 1.5px 0  #91c4ff, 0 -1.5px #91c4ff;
  width: 228px;
  height: 30px;
  margin: 25px;
  letter-spacing: 0.7px;
  color: white;
  margin-bottom: 0px;
  }
  .side3 {
    width: 210px;
    height: 195px;
    padding: 15px;
    margin: 25px;
    margin-top: 0px;
    grid-column: 1;
    grid-row: 2;
    border: 1px solid rgb(107, 184, 232);
    border-radius: 0px 0px 10px 10px; 
    font-family: pkmn;
    color: #8c9ab8;
    line-height: 25px;
  }
  .side3 hr {
    width: 99%;
    border: 1px dashed #9cc0ff;
    border-top: none;
  }
    .side3b {
    width: 210px;
    height: 60px;
    padding: 15px;
    margin: 25px;
    grid-column: 1;
    grid-row: 3;
    border-radius: 10px; 
    font-family: pkmn;
    color: #8b99b5;
    margin-top: -115px;
    text-align: center;
  }
  
/*tooltip by @scripted.carrd.co!*/
#s-m-t-tooltip {
	/* basic */
	max-width: 300px;
	z-index: 10;
	margin: 24px 14px 7px 12px;
	/* style and design */
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
    background: white;
	color: #819dc9;
	font-family: pkmn;
	border: dashed 2px #7aadff;
}
.topleft {
  margin-bottom: -220px;
  z-index: 2;
  position: relative;
  padding: 20px;
  padding-top: 0px;
  margin-top: -50px;
  width: 260px;
  }
.chunks {
  margin-top: -340px;
  margin-right: -80px;
  z-index: 2;
  float: right;
  position: relative;
}

a {
  font-size: 18px;
  font-family: tinytots;
  transition: all ease 0.2s;
}
a:hover {
  font-size: 19px;
  transition: all ease 0.2s;
  color: #6c7be0;
}