@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&family=Share+Tech+Mono&display=swap");

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin: 0;
  background: black;
  width: 100vw;
  overflow: hidden;
}

.main-grid {
  display: grid;
  width: 99vw;
  height: 99vh;
  gap: 0;
  grid-template-columns: minmax(250px, 15vw) auto;
  grid-template-areas:
    "sidebar fact-area"
    "sidebar cat-area";
}
.sidebar {
  grid-area: sidebar;
  display: grid;
  gap: 0;
  grid-template-rows: minmax(5px, 10vh) auto;
  grid-template-areas: "title" "directions" "controls" "footer";
  background-color: rgba(0, 0, 0, 0.603);
  color: white;
  padding-left: 10%;
}
.title {
  grid-area: title;
  margin: 5px auto 5px 40px;
  height: 2ch;
}
.tagline {
  grid-area: title;
  margin-top: 2.5ch;
  margin-left: 4.68ch;
  font-weight: 500;
}
.directions {
  grid-area: directions;
  margin: -25px auto 5px 40px;
  height: 2ch;
  line-height: 2.7ch;
  font-family: "Share Tech Mono", sans-serif;
}
.hidden {
  display: none;
}
.controls {
  grid-area: controls;
  position: relative;
  margin-top: 0ch;
  padding: 100% 0 0 0;
  text-align: center;
}
.feed,
.feed:hover {
  width: 95%;
  padding: 0.6rem;
  background: linear-gradient(
    to bottom,
    rgb(11, 236, 240) 0%,
    rgb(9, 192, 196) 50%,
    rgb(9, 192, 196) 70%,
    rgb(9, 192, 196) 100%
  );
  opacity: 0.8;
  border: 4px solid rgb(29, 29, 29);
  border-radius: 15%;
  cursor: pointer;
}

.feed:hover {
  opacity: 1;
}

.footer {
  grid-area: footer;
  width: 95%;
  margin: auto auto 5px 5%;
  position: relative;
  font-size: 0.9rem;
  line-height: 1rem;
}

.footer-link {
  text-decoration: none;
  color: seashell;
}

.created,
.using {
  width: 60%;
  text-align: end;
  display: inline-block;
  font-family: "Share Tech Mono";
}
.using {
  width: 74%;
}

.footer-link:hover {
  text-decoration: underline wavy rgb(9, 192, 196) 2px;
  text-decoration-skip: spaces; /*only supported by Safari so far, but hey maybe you're using Safari*/
  text-underline-offset: 0.3ch;
}
.fact-area {
  grid-area: fact-area;
}

.fact-bubble {
  position: absolute;
  top: 25px;
  left: auto;
  max-width: 50ch;
  height: min-content;
  line-height: 3ch;
  padding-bottom: 5px;
  background-color: black;
  color: seashell;
  font-family: "Share Tech Mono";
  font-size: 1.5rem;
}
.cat-area {
  grid-area: cat-area;
  background-color: black;
}

.cat {
  position: relative;
  width: 1100px;
  height: 750px;
  margin: auto auto auto 20%;
  background-repeat: no-repeat;
  background-size: 65%;
  background-position-y: center;
}

.eye {
  width: 120px;
  height: 150px;
  border-style: solid inset solid solid;
  border-width: 7px 2px 4px 9px;
  border-color: rgb(17, 42, 47) rgb(17, 42, 47) rgb(17, 42, 47);
  background-image: radial-gradient(
    rgb(11, 236, 240) 15%,
    rgba(9, 192, 196, 0.3) 100%
  );
}

.eye-left {
  position: relative;
  top: 37%;
  left: 16%;
  border-top-left-radius: 0rem 1rem;
  border-top-right-radius: 5rem;
  border-bottom-left-radius: 8rem 9rem;
  border-bottom-right-radius: 10px 20px;
  transform: rotate(-22deg);
}
.eye-right {
  position: relative;
  top: 15%;
  left: 39%;
  border-top-left-radius: 0rem 1rem;
  border-top-right-radius: 5rem;
  border-bottom-left-radius: 9rem 8rem;
  border-bottom-right-radius: 10px 20px;
  transform: scale(-1, 1) rotate(-22deg);
}

.left-pupil {
  position: relative;
  width: 60px;
  height: 70px;
  top: 22%;
  left: 35%;
  transform: rotate(-15deg);
  border-radius: 100% 0;
  background-color: black;
  border: none;
}
.right-pupil {
  position: relative;
  width: 60px;
  height: 70px;
  top: 15%;
  left: 30%;
  transform: rotate(-20deg);
  border-radius: 100% 0;
  background-color: black;
  border: none;
}

.whiskers {
  position: relative;
  width: 60%;
  height: 180px;
  top: 15%;
  left: 3.7%;
}
.whiskers-left,
.whiskers-right {
  position: relative;
  width: 70%;
  height: 100%;
}

.whiskers-right {
  transform: scale(-1, 1);
  top: -100%;
  left: 30%;
}

.whisker {
  position: relative;
  width: 90%;
  height: 20px;
  border-top: solid 2px white;
  border-left: solid 1px white;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  border-top-left-radius: 10rem 5rem;
  border-top-right-radius: 2rem 1rem;
  border-bottom-right-radius: 1rem 5rem;
}

.whisker:nth-of-type(1) {
  left: -120px;
  transform: rotate(8deg);
}
.whisker:nth-of-type(2) {
  width: 70%;
  margin-top: 18px;
  margin-left: -35px;
  transform: rotate(2deg) translatex(-10px);
}
.whisker:nth-of-type(3) {
  width: 50%;
  margin-top: 25px;
  margin-left: 15px;
  transform: rotate(-9deg) translateX(15px);
}
