body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 100px 0px 100px;
  height: 20vh;
  color: #ff686b;
}

.header h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 44pt;
  color: white;
}

.header h3 {
  font-family: 'Akaya Telivigala', cursive;
  color: white;
}

.main {
  position: relative;
}

#main-background {
  background: linear-gradient(0.39turn, #ff006e, #ff686b);
  fill: white;
}

.svg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 65vh;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 7vw;
  margin-top: 5vh;
}

.container .links {
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-shadow: -10px 8px 0px #ffffff52;
          box-shadow: -10px 8px 0px #ffffff52;
  background: white;
  padding: 1px 20px 1px 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 20px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.container .links:hover {
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-box-shadow: 0px 2px 5px #310f0f31;
          box-shadow: 0px 2px 5px #310f0f31;
}

.container .links #svg {
  fill: #ff686b;
}

.container .links p {
  padding-left: 10px;
  color: #ff686b;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 100px;
  color: #ff686b;
  font-family: 'Akaya Telivigala', cursive;
}

.body-homework {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  overflow-y: scroll;
}

.header-homework {
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-homework .title {
  font-size: 3em;
  font-family: Arial, Helvetica, sans-serif;
}

.header-homework .copyright {
  margin-top: -20px;
  font-size: 1.5em;
  letter-spacing: 0.2em;
  line-height: 1.6em;
}

.main-homework {
  margin: 0;
  padding: 0;
  width: 80vw;
}

.image {
  width: 50%;
}

.button {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 9fr 1fr;
      grid-template-columns: 9fr 1fr;
  border: 3px solid black;
  background: white;
  border-radius: 3px;
  font-size: 1em;
  cursor: pointer;
}

.center {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.image-one {
  height: 0%;
  overflow: hidden;
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.image-one-anime {
  height: 190%;
}

.image-two {
  height: 0%;
  overflow: hidden;
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.image-two-anime {
  height: 320%;
}

.image-three {
  height: 0%;
  overflow: hidden;
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.image-three-anime {
  height: 700%;
}

.image-four {
  height: 0%;
  overflow: hidden;
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.image-four-anime {
  height: 60%;
}

.image-five {
  height: 0%;
  overflow: hidden;
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.image-five-anime {
  height: 130%;
}

.image-six {
  height: 0%;
  overflow: hidden;
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.image-six-anime {
  height: 200%;
}

.asdf {
  height: 30vh;
  width: 100vw;
}

.animepog {
  font-weight: 900;
}

.animepog .text-wrapper {
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.animepog .letter {
  font-family: 'Arial';
  font-size: 3.5rem;
  color: black;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  display: inline-block;
  line-height: 1em;
}

.dude {
  font-family: 'Arial';
  font-size: 3.5rem;
  color: #ff006e;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  display: inline-block;
  line-height: 1em;
}
/*# sourceMappingURL=stylesheet.css.map */