body {
  margin: auto;
  font-family: 'Raleway', sans-serif;
  overflow: auto;
  height: 100dvh;
  background: linear-gradient(315deg, rgba(101,0,94,1) 3%, rgba(60,132,206,1) 38%, rgba(48,238,226,1) 68%, rgba(255,25,25,1) 98%);
  animation: gradient 15s ease infinite;
  background-size: 400% 400%;
  background-attachment: scroll;
}

.text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-container p {
  font-weight: 900;
  color: #F1C28F;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: black;
  filter: drop-shadow(5px 6px 0px rgba(0,0,0,.25));
}

@media screen and (min-width: 1201px) {
  .text-container h1 {
    font-size: 200px;
    -webkit-text-stroke: 5px;
    -webkit-text-stroke-color: white;
  }
}

@media screen and (max-width: 1200px) {
  .text-container h1 {
    font-size: 100px;
    -webkit-text-stroke: 2.5px;
    -webkit-text-stroke-color: white;
  }
}

.text-container h1 {
  color: rgba(225,225,225, .01);
  background-image: url("assets/sharcat.webp");
  background-repeat: repeat;
  -webkit-background-clip: text;
  background-clip: text;
  animation: animate 15s ease-in-out infinite;
  text-transform: uppercase;
  font-weight: 900;
  filter: drop-shadow(5px 6px 0px rgba(0,0,0,.25));
}

.footer p {
  font-weight: 900;
  filter: drop-shadow(5px 6px 0px rgba(0,0,0,.25));
}

.footer {
  position: fixed;
  flex-flow: column;
  height: 70px;
  width: 100%;
  bottom: 0;
  pointer-events: none;
  text-align: center;
  background-color: #F1C28F;
}

.wave {
  background: rgb(255 255 255 / 5%);
  border-radius: 1000% 1000% 0 0;
  position: fixed;
  width: 200%;
  height: 12em;
  animation: wave 10s -3s linear infinite;
  transform: translate3d(0, 0, 0);
  opacity: 0.8;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.wave:nth-of-type(2) {
  bottom: -1.25em;
  animation: wave 18s linear reverse infinite;
  opacity: 0.8;
}

.wave:nth-of-type(3) {
  bottom: -2.5em;
  animation: wave 20s -1s reverse infinite;
  opacity: 0.9;
}

.image {
  position: absolute;
  width: 180px;
  border: 5px solid #514E51;
  border-radius: 50%;
  top: 30%;
  left: calc(50% - 90px/2 - 48px);
}

@media screen and (min-width: 1201px) {
  .text-container p {
    font-size: 26px;
    margin-left: 100px;
    margin-right: 100px;
  }
}

@media screen and (max-width: 1200px) {
  .text-container p {
    font-size: 16px;
    margin-left: 40px;
    margin-right: 40px;
  }
}

.text-container h3 {
  margin: 0;
  color: rgba(225,225,225, .01);
  background-image: url("assets/sharcat.webp");
  background-repeat: repeat;
  -webkit-background-clip: text;
  background-clip: text;
  animation: animate 15s ease-in-out infinite;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  filter: drop-shadow(5px 6px 0px rgba(0,0,0,.25));
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #514E51;
}

.ca {
  text-align: center;
  padding: 14px;
  background-color: #F1C28F;
  border: 5px solid #514E51;
  border-radius: 25px;
  filter: drop-shadow(5px 6px 0px rgba(0,0,0,.25));
  color: #514E51;
  font-weight: 600;
}

.loading-cat-container {
  position: relative;
  padding: 70px;
  width: 300px;
  height: 300px;
  margin: 0px auto;
  background-color: #E7DFDD;
  filter: drop-shadow(5px 6px 0px rgba(0,0,0,.25));
}

.loading-cat {
  position: relative;
  width: 300px;
  height: 300px;
  background-color: #E7DFDD;
}

.cat-body {
  position: absolute;
  width: 290px;
  height: 290px;
  background-color: #EBA764;
  border-radius: 50%;
  border: 5px solid #514E51;
}
.cat-body:before {
  content: "";
  position: absolute;
  top: calc(50% - 188px/2 - 5px);
  left: calc(50% - 188px/2 - 5px);
  width: 188px;
  height: 188px;
  border: 5px solid #514E51;
  border-radius: 50%;
  background-color: #E7DFDD;
}
.cat-body:after {
  content: "";
  position: absolute;
  top: calc(50% - 222px/2 - 22px);
  left: calc(50% - 222px/2 - 22px);
  width: 222px;
  height: 222px;
  border: 22px solid #F1C28F;
  border-radius: 50%;
}

.cat-animation-mask {
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #E7DFDD;
  transform-origin: right bottom;
}
.cat-animation-mask:before {
  content: "";
  position: absolute;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #E7DFDD;
  transform-origin: left bottom;
}
.cat-animation-mask:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: #E7DFDD;
  transform-origin: right top;
}

.cat-head {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 50%;
  background-color: #E7DFDD;
  transform-origin: left bottom;
}
.cat-head .cat-face {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 50px;
  height: 40px;
  background-color: #EBA764;
  border: 5px solid #514E51;
  border-bottom: 0;
}
.cat-head .cat-face:before {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  bottom: -15px;
  width: 22px;
  height: 22px;
  background-color: #F1C28F;
  border-radius: 50%;
}
.cat-head .cat-ear {
  position: absolute;
  bottom: 39px;
  right: 0;
  width: 10px;
  height: 12px;
  background-color: #EBA764;
  border: 5px solid #514E51;
  border-bottom: 0;
  border-radius: 20px 0 0 0;
}
.cat-head .cat-ear:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -45px;
  width: 10px;
  height: 12px;
  background-color: #EBA764;
  border: 5px solid #514E51;
  border-bottom: 0;
  border-radius: 0 20px 0 0;
}
.cat-head .cat-hand {
  position: absolute;
  bottom: -32px;
  right: 0;
  width: 10px;
  height: 30px;
  background-color: #EBA764;
  border: 5px solid #514E51;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}
.cat-head .cat-hand:before {
  content: "";
  position: absolute;
  top: 0;
  left: -45px;
  width: 10px;
  height: 30px;
  background-color: #EBA764;
  border: 5px solid #514E51;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}
.cat-head .cat-eye, .cat-head .cat-eye-light {
  position: absolute;
  top: 116px;
  right: 12px;
  width: 6px;
  height: 6px;
  background-color: #514E51;
  border-radius: 3px;
}
.cat-head .cat-eye:before, .cat-head .cat-eye-light:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 30px;
  width: 6px;
  height: 6px;
  background-color: #514E51;
  border-radius: 3px;
}
.cat-head .cat-eye-light {
  background-color: white;
  box-shadow: 0 0 10px white;
  opacity: 0;
  -webkit-animation: eye-light-animation 2.5s 1s infinite;
          animation: eye-light-animation 2.5s 1s infinite;
}
.cat-head .cat-eye-light:before {
  background-color: white;
  box-shadow: 0 0 10px white;
  opacity: 0;
  -webkit-animation: eye-light-animation 2.5s 1s infinite;
          animation: eye-light-animation 2.5s 1s infinite;
}
.cat-head .cat-mouth {
  position: absolute;
  bottom: 16px;
  right: 27px;
  width: 2px;
  height: 0px;
  background-color: #FD7667;
  border: 2px solid #514E51;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  -webkit-animation: mouth-animation 2.5s 1s infinite;
          animation: mouth-animation 2.5s 1s infinite;
}
.cat-head .cat-mouth:before {
  content: "";
  position: absolute;
  top: 0;
  right: -4px;
  width: 2px;
  height: 2px;
  background-color: #EBA764;
  border: 2px solid #514E51;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}
.cat-head .cat-mouth:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 2px;
  height: 2px;
  background-color: #EBA764;
  border: 2px solid #514E51;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}
.cat-head .cat-beard {
  position: absolute;
  bottom: 18px;
  right: -4px;
  width: 12px;
  height: 3px;
  background-color: #514E51;
}
.cat-head .cat-beard:before {
  content: "";
  position: absolute;
  top: -5px;
  right: 0;
  width: 12px;
  height: 3px;
  background-color: #514E51;
  transform: rotate(-10deg);
}
.cat-head .cat-beard:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 12px;
  height: 3px;
  background-color: #514E51;
  transform: rotate(10deg);
}
.cat-head .cat-beard.right {
  right: 52px;
}
.cat-head .cat-beard.right:before {
  transform: rotate(10deg);
}
.cat-head .cat-beard.right:after {
  transform: rotate(-10deg);
}

.cat-foot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
  background-color: #E7DFDD;
  transform-origin: right top;
}
.cat-foot .cat-belly {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 46px;
  background-color: #EBA764;
  border: 5px solid #514E51;
  border-left: 0;
  border-right: 0;
}
.cat-foot .cat-leg {
  position: absolute;
  bottom: 0px;
  right: 14px;
  width: 30px;
  height: 10px;
  background-color: #EBA764;
  border: 5px solid #514E51;
  border-right: 0;
  border-radius: 10px 0 0 10px;
}
.cat-foot .cat-leg:before {
  content: "";
  position: absolute;
  top: -41px;
  right: 0;
  width: 30px;
  height: 10px;
  background-color: #EBA764;
  border: 5px solid #514E51;
  border-right: 0;
  border-radius: 10px 0 0 10px;
}
.cat-foot .cat-tail {
  position: absolute;
  bottom: 16px;
  right: 14px;
  width: 50px;
  height: 14px;
  background-color: #C48344;
  border: 5px solid #514E51;
  border-right: 0;
  border-radius: 14px 0 0 14px;
}
.cat-foot .cat-tail:after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -4px;
  width: 22px;
  height: 22px;
  background-color: #F1C28F;
  border-radius: 50%;
}
.cat-foot .cat-tail:before {
  content: "";
  position: absolute;
  bottom: -7px;
  right: 0;
  width: 10px;
  height: 18px;
  background-color: #EBA764;
  border: 5px solid #514E51;
  border-right: 0;
  border-radius: 12px 0 0 12px;
}

.cat-animation-mask {
  transform: rotate(45deg);
  -webkit-animation: mask-animation 2.5s 1s infinite;
          animation: mask-animation 2.5s 1s infinite;
}
.cat-animation-mask:before {
  -webkit-animation: mask-animation-sub-right 2.5s 1s infinite;
          animation: mask-animation-sub-right 2.5s 1s infinite;
}
.cat-animation-mask:after {
  -webkit-animation: mask-animation-sub-left 2.5s 1s infinite;
          animation: mask-animation-sub-left 2.5s 1s infinite;
}

.cat-head {
  transform: rotate(70deg);
  -webkit-animation: head-animation 2.5s 1s infinite;
          animation: head-animation 2.5s 1s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0, 0.09, 1);
          animation-timing-function: cubic-bezier(0.2, 0, 0.09, 1);
}

.cat-foot {
  transform: rotate(25deg);
  -webkit-animation: foot-animation 2.5s 1s infinite;
          animation: foot-animation 2.5s 1s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0, 0.45, 1);
          animation-timing-function: cubic-bezier(0.2, 0, 0.45, 1);
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.button-container button {
  padding: 10px 20px;
  background-color: #F1C28F;
  border: 5px solid #514E51;
  border-radius: 25px;
  color: #514E51;
  font-weight: 600;
  filter: drop-shadow(5px 6px 0px rgba(0,0,0,.25));
  font-size: 20px;
}

.button-container button:hover {
  background-color: #EBA764;
}


@-webkit-keyframes mask-animation {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(-675deg);
  }
}

@keyframes mask-animation {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(-675deg);
  }
}
@-webkit-keyframes mask-animation-sub-left {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes mask-animation-sub-left {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes mask-animation-sub-right {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes mask-animation-sub-right {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes head-animation {
  0% {
    transform: rotate(70deg);
  }
  100% {
    transform: rotate(-650deg);
  }
}
@keyframes head-animation {
  0% {
    transform: rotate(70deg);
  }
  100% {
    transform: rotate(-650deg);
  }
}
@-webkit-keyframes foot-animation {
  0% {
    transform: rotate(25deg);
  }
  100% {
    transform: rotate(-695deg);
  }
}
@keyframes foot-animation {
  0% {
    transform: rotate(25deg);
  }
  100% {
    transform: rotate(-695deg);
  }
}
@-webkit-keyframes eye-light-animation {
  0% {
    opacity: 0;
    height: 6px;
  }
  50% {
    opacity: 0.75;
    height: 50px;
  }
  80% {
    opacity: 1;
    height: 6px;
  }
  100% {
    opacity: 0;
  }
}
@keyframes eye-light-animation {
  0% {
    opacity: 0;
    height: 6px;
  }
  50% {
    opacity: 0.75;
    height: 50px;
  }
  80% {
    opacity: 1;
    height: 6px;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes mouth-animation {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}
@keyframes mouth-animation {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}

@keyframes animate {
  0%, 100% {
    background-position: left top;
  }
  25%{
    background-position: right bottom;
  }
  50% {
    background-position: left bottom;
  }
  75% {
    background-position: right top;
  }   
}

@keyframes gradient {
  0% {
      background-position: 0% 0%;
  }
  50% {
      background-position: 100% 100%;
  }
  100% {
      background-position: 0% 0%;
  }
}

@keyframes wave {
  2% {
      transform: translateX(1);
  }

  25% {
      transform: translateX(-25%);
  }

  50% {
      transform: translateX(-50%);
  }

  75% {
      transform: translateX(-25%);
  }

  100% {
      transform: translateX(1);
  }
}
