
@keyframes shake {
  0% { transform: translate(1200px, 0px); }
  100% { transform: translate(-2000px, 0px); }
}

@keyframes wiggle {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px); }
  20% { transform: translate(-3px, 0px); }
  30% { transform: translate(3px, 2px); }
  40% { transform: translate(1px, -1px); }
  50% { transform: translate(-1px, 2px); }
  60% { transform: translate(-3px, 1px); }
  70% { transform: translate(3px, 1px); }
  80% { transform: translate(-1px, -1px); }
  90% { transform: translate(1px, 2px); }
  100% { transform: translate(1px, -2px); }
}

.bold { font-weight: bold; }
.red { color: #FF0000; }
body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  text-align: center;
  align-content: center;
  background-color: black;
  color: white;
  margin: auto;
  font-size: 22px;
  margin-top: 0px;
  border-radius: 25px;
  font-family: Tahoma, Verdana, sans-serif;
  image-rendering: optimizeSpeed;
}

.polly {
  width: 80%;
  align-content: center;
  background-color: #60121A;
  color: #F76729;
  padding: 25px;
  margin: auto;
  font-size: 30px;
  font-family: 'polly';
  border-radius: 25px;
}
.avie {
  width: 80%;
  align-content: center;
  background-color: #364131;
  color: #B6D465;
  padding: 25px;
  margin: auto;
  font-size: 30px;
  font-family: 'avie';
  border-radius: 25px;
}

.seer {
  width: 80%;
  align-content: center;
  background-color: #510C6D;
  color: #D370FF;
  padding: 25px;
  margin: auto;
  font-size: 30px;
  font-family: 'seer';
  border-radius: 25px;
}

.nar {
  width: 80%;
  align-content: center;
  background-color: #D370FF;
  color: #510C6D;
  padding: 25px;
  margin: auto;
  font-size: 30px;
  border-radius: 25px;
}

.rat {
  width: 80%;
  align-content: center;
  background: -webkit-linear-gradient(#05002d, #2d0029);
  background-image: url("/img/radicalrat.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #D370FF;
  padding: 25px;
  margin: auto;
  border-radius: 25px;
}

.rat-txt {
  font-family: 'rat';
  transform: skew(16deg, 1deg);
  font-size: 30px;
  background: -webkit-linear-gradient(#f94113, #f9b413);
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #8B0000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 2px #8B0000);
}

.bg {
  text-align: left;
  color: black;
  width: 80%;
  border-style: inset;
  background-color: #FFF8CE;
  border-color: #D3C196;
  border-width: 5px;
  padding: 10px;
  margin: auto;
  font-family: 'seer';
  border-radius: 25px;
}

.bg2 {
  text-align: left;
  color: black;
  width: 90%;
  border-width: 0px;
  border-color: #DDD;
  border-style: outset;
  background-color: #FFF5AE;
  padding: 5px;
  margin: auto;
  margin-bottom: 15px;
  border-radius: 15px;
  box-shadow: 2px 2px;
}

.minitext {
  padding: 20px;
  opacity: 0.5;
  font-size: 15px;
}

.container {
  display: flex;
  flex-wrap: nowrap;
  text-align: left;
  border: 2px solid #ccc;
  background-color: #eee;
  border-radius: 25px;
  padding: 16px;
  margin: 10px;
  border-width: 10px;
  border-color: #DDD;
  align-content: center;
  border-style: outset;
}

/* Clear floats after containers */
.container::after {
  content: "";
  clear: both;
  display: table;
}

/* Float images inside the container to the left. Add a right margin, and style the image as a circle */
.container img {
  align-content: center;
  float: left;
  margin: auto;
  margin-right: 30px;
  margin-left: 5px;
  border-radius: 5%;
  display: block;
}

/* Increase the font-size of a span element */
.container span {
  font-size: 20px;
  margin-right: 15px;
  opacity: 0.5;
}

/* Add media queries for responsiveness. This will center both the text and the image inside the container */
@media (max-width: 500px) {
  .container {
    text-align: center;
  }

  .container img {
    margin: auto;
    float: none;
    display: block;
  }
}



@keyframes float {
  0% { transform: translate(0px, 1px); }
  50% { transform: translate(0px, -1px);}
  100% { transform: translate(0px, 1px); }
}

.stuff {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    transition: transform 2s
}

.stuff img {
  width:100px
}

.stuff img:hover {
  animation: float 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}


.stuff:hover {
  transform: scale(1.1,1.1);
}

.bg3 {
  text-align: left;
  background-color: #DF309A;
  border-radius: 25px;
  padding: 16px;
  margin: 10px;
  align-content: center;
  color: #fff;
}

header #nav {
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color:#DF309A;
  background-size: 100%;
  color:#DF309A;
  outline: 3px solid #DF309A;
  font-size: 20px;
  width: 98%;
  margin: auto;
  border-radius: 25px;
}
#showComic, header {
  font-family: 'Comic Sans MS', sans-serif;
}

header img {
  width: 500px;
  max-width: 98%;
}

header a {
      color: #fff;
      opacity: 1;
      text-shadow: 2px 2px 0px #C9205C;
      text-decoration: none;
      transition: opacity 1s, text-shadow 0.25s
    }

header a:hover {
      opacity: 0.9;
      text-shadow: 0px 0px 5px #fff;
      transform: rotate(180deg);
    }
