@font-face {
  font-family: 'A-OTF-FolkPro-Heavy';
  src: url(fonts/A-OTF-FolkPro-Heavy.otf) format('truetype');
}
@font-face {
  font-family: 'Biortec-Bold-Oblique';
  src: url(fonts/Biortec-W00-Bold-Oblique.otf) format('truetype');
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4 {
  text-align: center;
}

#landingPage {
  display: flex;
  flex-direction: column;
  margin: 100px 0 0 100px;
  max-width: 1200px;
  text-align: center;
}

#landingPage h2 {
  margin-top: 0px;
}

#bgvid-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

#bgvid-container video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#bgvid {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.modal-content {
  position: relative;
  text-align: center;
  color: white;
  margin: 24vh auto;
  animation: slideUp 0.1s linear;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  
  background-color: rgba(0, 0, 0, 0.5);
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}

.about {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  text-align: center;
}

.closeBtn {
  color: #000;
  position: relative;
  top: -25px;
  right: -300px;
  font-size: 50px;
  cursor: pointer;
}

.infoBtn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 50px;
  border: 3px #FF9A13 solid;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 30px;
  color: #FF9A13;
}

.infoBtn:hover {
  color:#ffe331;
  border: 3px #ffe331 solid;
  cursor: pointer;
}

.ko-fi {
  position: relative;
  text-align: center;
  top: 37px;
}

.version {
  position: absolute;;
  bottom: 0;
  right: 5px;
}

/* Credits */

.credits-link {
  display: block;
  text-decoration: underline;
  color: #fff;
  border-radius: 50px;
  width: fit-content;
  margin: 0 auto;
  padding: 1px 25px;
}

.credits-link:hover {
  text-decoration-style: dashed;
}

.credits-container {
  max-width: 100rem;
    margin: 0 auto;
    padding: 1.25rem;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.credits-table {
  border-collapse: collapse;
  width: fit-content;
}

.credits-table th,
.credits-table td {
  font-size: 2em;
  text-align: center;
  border: 3px solid rgba(225,196,255, .75);
}

.credits-table td img {
  display: block;
}

.character-header {
  text-align: center;
  vertical-align: middle;
  min-width: 150px;
}

.character-head {
  width: 100%;
  height: auto;
}

.character-container h2 {
  text-align: center;
}

.credit-text {
  margin: 0;
}

/* Quiz */

.banner {
  min-width: 100vw;
  height: auto;
  background-color: black;
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.questionTitle {
  font-family: 'Biortec-Bold-Oblique', Impact, 'Arial Narrow Bold', sans-serif;
  margin: 0 auto;
  font-size: 4em;
  letter-spacing: .5em;
  position: relative;
}

.questionTitle::before,
.questionTitle::after {
  top:0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
}

.scroll-anim::before {
  animation: scroll .5s linear forwards;
  background: black;
}

@keyframes scroll {
  to {
    left: 100%;
  }
}

.characterImages {
  z-index: -3;
  max-width: 100%;
}

.characterImages::before {
  display: flex;
  flex-direction: row;
  position: relative;
}

#leftCharacter {
  top: -225px;
  left: -100px;
}

.slideLeft {
  animation: slideLeft .25s linear;
}

#rightCharacter {
  top: -225px;
  right: -100px;
}

.slideRight {
  animation: slideRight .25s linear;
}

.classic {
  display: none;
  position: absolute;
}

.classic > img {
  max-width: 100%;
  height: auto;
  overflow: hidden;
}

.characterGIFs #leftGIF > img, #rightGIF > img {
  max-width: 100%;
}

.characterGIFs {
  display: none;
  align-items: center;
  justify-content: center;
}

.characterGIFs.show {
  display: flex;
}

.show {
  display: block;
}

.TV {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 300px;
  overflow: hidden;
  margin: 0 4px;
  animation: .5s cubic-bezier(1, 0, 0.75, 1) slideFade;
}

@keyframes slideFade {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  51% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(0);
  }
}

.CRT {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  overflow: hidden;
  filter: drop-shadow(0 2px 10px rgba(0,0,0,0.2));
}

.noise {
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 80%;
  z-index: -1;
}

.active .noise {
  display: none;
}

.GIF {
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  z-index: -2;
}

@keyframes slideLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes slideRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}

.viewport-header {
  position: relative;
  height: 100vh;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

body {
    font-family: 'A-OTF-FolkPro-Heavy',Helvetica,Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #fff;
    overflow-x: hidden;
    background-color: #181823;
  }

  
  .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 1.25rem;
    padding-top: 0;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  
  #secret {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
  }

  .title {
    text-align: center;
  }
  
  #quiz {
    display: none;
    margin-top: 50px;
  }
  
  #question {
    font-size: 2em;
    margin: 30px 0;
    text-align: center;
  }

  .optionDecor {
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }

  .handle {
    position: absolute;
    width: 50px;
    cursor: pointer;
  }

  .handle-left {
    top: 36px;
    left: -22px;
  }
  
  .handle-right {
    top: 36px;
    right: -27px;
  }

  .optionTitle {
    font-family: 'Biortec-Bold-Oblique', Impact, 'Arial Narrow Bold', sans-serif;
    letter-spacing: 10px;
    color: rgb(178 175 108);
    font-size: 1.5em;
    position: absolute;
    top: -26px;
    left: 33px;
  }

  .options-container {
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    gap: 0.5em;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100px;
    padding: 2px 25px;
    width: fit-content;
    margin: 60px auto 20px auto;
    border-style: solid;
    border-top-width: 4px;
    border-bottom-width: 7px;
    border-color: #8a8532;
  }
  
  input[type="radio"] {
    display: inline-block;
    margin-right: 10px;
    
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    margin: 0;
    transform: translateY(1.5em)
  }
  label {
    color: white;
    cursor: pointer;
  }

  input[type="radio"]:checked + label{
    color: yellow;
  }
  input[type="radio"]:checked + label.strongly-agree {
      color: #3535ff;
  }
  input[type="radio"]:checked + label.strongly-disagree {
    color: #d90303;
  }
  input[type="radio"]:checked + label.agree {
    color: #45ba79;
  }
  input[type="radio"]:checked + label.disagree {
    color: #f47309;
  }
  input[type="radio"]:checked + label.middle {
    color: yellow;
  }

  #loadingDiv {
    font-family: 'Biortec-Bold-Oblique', Impact, 'Arial Narrow Bold', sans-serif;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    color: #fff;
    font-size: 5vw;
  }

  .menuButton {
    display: block;
    margin: 0 auto;
    font-size: 1.5rem;
    font-family: 'A-OTF-FolkPro-Heavy',Arial, sans-serif;
    color: #ffc400;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 1.5rem;
    border-color: #ffc400;
    border-width: 8px;
    border-style: solid;
    text-decoration: none;
    box-shadow: 0 0 1em -0.5em;
    cursor: pointer;
  }

  .btn {
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    width: 250px;
    margin: 0 auto;
}

.btn:hover #ssbm-button {
    fill: #ffe331;
}

#ssbm-button {
    fill:#ffc400;
}

.btn-start::before  {
    position: absolute;
    content: 'Start Quiz';
    font-size: 1.75em;
    top: 7px;
    left: 43px;
    color: #ffc400;
    font-weight: bolder;
}

.btn-next {
  --next-text: 'Next Question';
}

.btn-next::before  {
  position: absolute;
  content: var(--next-text);
  font-size: 1.25em;
  top: 16px;
  left: 44px;
  color: #ffc400;
  font-weight: bolder;
}


.btn:hover::before{
    color: #000;
}



.shake:hover img {
  animation: rattle .5s;
  animation-iteration-count: infinite;
}

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

#fill {
    position: absolute;
    top: 1px;
    left: 6px;
    z-index: -1;
    opacity: 0;
}

.btn:hover #fill {
    opacity: 1;
}
  
  #startButton {
    padding: 0 10px;
    width: 250px;
  }

  #vs {
    display: none;
    position: absolute;
    height: 272px;
    width: 74px;
    top: 221px;
  }

  #complete {
    display: none;
    position: fixed;
  }

  #complete.zoom {
    animation: zoom .5s;
  }

  @keyframes zoom { 0% { transform: scale(1.5); } 100% { transform: scale(.5); } }

  /* Progress Bar */
  .progress {
    position: relative;
    display: flex;
    height: 100px;
    height: 12vh;
    padding: 40px 0 0 5px;
 }
  .progress .progress-track {
    position: absolute;
    top: 72px;
    left: 50px;
    width: 93.5%;
    height: 5px;
    border-radius: 2px;
    background-color: rgba(223, 227, 228, .1);
    z-index: 1;
 }
  .progress .progress-step {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 12px;
    text-align: center;
 }
  .progress .progress-step:last-child:after {
    display: none;
 }
  .progress .progress-step:before {
    content: "";
    display: flex;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
    background: #2a2628;
    border: 4px solid rgb(94, 94, 94);   
      box-shadow: inset 0px 0px 0px 8px black;
    color: transparent;
    transform: perspective(50em) rotateX(50deg);
 }

  .circle:before {
   border-radius: 50%;
  }
 
  .progress .progress-step:after {
    content: "";
    position: absolute;
    top: 33px;
    left: 50%;
    width: 0%;
    transition: width 1s ease-in;
    height: 5px;
    background: #2a2628;
    z-index: 1;
 }
  .progress .progress-step.is-active {
    color: rgba(175, 0, 0, 0.4);
 }
  .progress .progress-step.is-active:before {
    border: 4px solid #2a2628;
      background-color: rgb(175, 0, 0);
      box-shadow: inset 0px 0px 0px 8px black;
    animation: pulse 2s infinite;
 }
  .progress .progress-step.is-complete {
    color: lightgrey;
 }
  .progress .progress-step.is-complete:before {
    font-size: 10px;
    background: #2a2628;
      box-shadow: inset 0px 0px 0px 8px black;
    border: 3px solid rgb(94, 94, 94);
 }
  .progress .progress-step.is-complete:after {
    background: rgb(175, 0, 0);
    animation: nextStep 1s;
    animation-fill-mode: forwards;
 }
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(175, 0, 0, 0.4);
   }
    70% {
      box-shadow: 0 0 0 20px rgba(175, 0, 0, 0);
   }
    100% {
      box-shadow: 0 0 0 0 rgba(175, 0, 0, 0);
   }
 }
  @keyframes nextStep {
    0% {
      width: 0%;
   }
    100% {
      width: 100%;
   }
 }

.progress-step > img {
  position: relative;
  top: -112px;
  width: 60px;
  height: auto;
  object-fit: cover;
  filter: drop-shadow(0px 18px 5px rgba(138, 138, 138, 0.25))
}

.progress-step.is-complete > img {
  animation: fade-out 0.25s;
  opacity: 0;
}

@keyframes fade-out {
  from { opacity: 1}
  to { opacity: 0}
}

/* RESULTS PAGES */
.result-container {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-gap: 20px;
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-5%) rotate(5deg);
  }
  50% {
    transform: translateY(0px);
  }
  70% {
    transform: translateY(-2%) rotate(-5deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

.column-left {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  animation: slideDown .5s linear;
}

.animated-image {
  width: 100%;
  animation: bounce .4s linear;
  animation-delay: .475s;
}

.column-left img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: visible;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.column-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  animation: fade-in 1.8s cubic-bezier(1, 0, 0, 0);
}

.result-nav {
  display: flex;
  margin-bottom: 10px;
  margin: 0 auto;
  border-bottom: solid gray ;
}

.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right:18px solid green;
  top: 30px;
  right: 20px;
  position: relative;
}

.arrow-right{
  width: 0; 
  height: 0; 
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid green;
  top: 30px;
  left: 20px;
  position: relative;
}


.nav-current {
  color: rgb(255, 196, 0);
  font-size: 2.5em;
}

.result-description {
  text-align: left;
  margin: 5px auto;
  font-size: 2em;
  line-height: 135%;
}

.hidden {
  opacity: 0.01;
  position: absolute;
  top: 0;
  left: 50px;
  width: 50px;
}

.hidden-icon {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.hidden:hover {
  animation: fade-in 1s linear;
  opacity: 1;
}

.links {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  background: transparent;
  border-radius: 0.5rem;
  border-color: lightgreen;
  border-width: 5px;
  border-style: solid;
  padding: 10px 5px;
  height: 75px;
  width: 100%;
  margin: 5px 0;
}

.link-icon {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.link-icon:hover {
  transform: scale(1.2) rotate(4deg);
}

.tooltip:hover > .link-icon {
  transform: scale(1.2) rotate(4deg);
}

.sizefix {
  padding-right: 150px;
  width: 125%;
  height: 100%;
  object-fit: cover;
}

.sizefixL {
  padding-right: 190px;
}

.long-discord {
  font-size:smaller;
}

.secret-found {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Tool tip */
.tooltip .tooltiptext {
  width: 120px;
  background: transparent;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

@media (max-width: 1700px) {
  #quiz {
    margin: 0;
  }

  #question {
    margin-bottom: 0;
  }

  #landingPage {
    margin: 50px 0 0 0;
  }

  #landingPage h2 {
    padding: 0 300px;
  }

  .questionTitle::before,
  .questionTitle::after {
  top: 5px;
}

  #leftCharacter {
    left: -325px;
    top: -200px;
  }

  #rightCharacter {
    right: -325px;
    top: -200px;
  }

}

@media (max-width: 1300px) {
  body {
    overflow-x: hidden;
  }

  .about {
    font-size: 28px;
    width: 650px;
  }

  .banner {
    padding: 0;
  }

  .progress {
    width: 100%;
  }

  .characterGIFs {
    flex-direction: column;
  }

  #leftGIF {
    top: 28px;
    z-index: 1;
  }

  .result-description {
    font-size: 1.7em;
    font-size: 2.25vw;
  }

  .arrow-left,
  .arrow-right {
    top: 20px;
  }

  .arrow-right {
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid green;
  }

  .arrow-left {
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid green;
  }

  .nav-current {
    font-size: 3em;
    font-size: 3vw;
  }

  .options-container {
    display: inline-block;
    width: 350px;
    height: 64px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    padding: 0 50px;
    margin-bottom: 20px; 
    -ms-overflow-style: none;  /* hides scrollbar for IE and Edge */
  scrollbar-width: none;  /* hides scrollbar for Firefox */
  }

  .options-container::-webkit-scrollbar {
    display: none;
  }

  .option {
    display: inline-block;
    scroll-snap-align: center;
    width: 315px;
    height: 100%;
    text-align: center;
  }

  .optionTitle {
    font-size: 1em;
    top: 40px;
  }

  .handle-left,
  .handle-right {
    top: 103px;
  }

  .handle-left {
    left: -24px;
  }

  .handle-right {
    right: -24px;
  }

  .column-left,
  .column-right {
    margin:  0 30px;
    object-fit: contain;
    padding-right: 0;
  }
  .animated-image {
    padding-right: 0;
  }

  .tooltip .tooltiptext,
  .tooltip:hover .tooltiptext
   {
    visibility: hidden;
  }

  #rightCharacter {
    top: 0;
  }

}

@media (max-width: 1024px) {
  .result-container {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
  }

  .column-left img {
    max-width: 60vw;
    height: auto;
  }

  .result-description {
    font-size: 2em;
    font-size: 3vw;
  }

  .closeBtn {
    top: -34px;
  }

  .ko-fi {
    top: 42px;
  }

  .progress {
    height: 77px;
    height: 10vh;
  }

  .progress .progress-step:before {
    width: 50px;
    height: 50px;
    box-shadow: inset 0 0 0 7px black;
  }

  .progress .progress-track {
    top: 62px;
  }

  .progress .progress-step:after {
    top: 22px;
  }

  .progress-step > img {
    top: -82px;
    width: 45px;
  }

  .classic > img {
    width: 70vw;
  }

  #leftCharacter {
    top: 0px;
    left: -200px;
  }

  #rightCharacter {
    top: 300px;
    right: -200px;
  }

  
}

@media (max-width: 768px) {
  .creators {
    text-align: start;
  }

  .closeBtn {
    top: 14px;
    left: 50%;
  }

  .ko-fi {
    left: 10px;
    top: 3.5vh;
  }

  #modal-content {
    width: 100%;
  }

  #popup {
    width: 100%;
  }

  .about {
    display: flex;
    flex-direction: column;
    font-size: 4vw;
    margin: -4vh 0;
    text-align: center;
    align-items: center;
  }

  #landingPage {
    margin-top: 175px;
  }

  #landingPage h2 {
    padding: 0 100px;
  }

  .progress {
    display: none;
  }

  .questionTitle {
    font-size: 2.5em;
    font-size: 8vw;
  }

  #leftCharacter {
    left: -200px;
  }

  #rightCharacter {
    top: 300px;
  }

  #loading {
    font-size: 7vw;
  }

  .arrow-left,
  .arrow-right {
    top: 40px;
  }

  .arrow-right {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid green;
  }

  .arrow-left {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid green;
  }

  .nav-current {
    font-size: 3em;
    font-size: 6vw;
  }

  .hidden {
    display: none;
  }

  .credits-table {
    min-width: 100%;
  }

  .credits-table th,
  .credits-table  td {
    font-size: 1.5em;
    font-size: 4vw;
  }

  .credits-table td img {
    max-width: 100%;
    height: auto;
  }

  .result-description {
    font-size: 1.75em;
    font-size: 4vw;
  }
}

@media (max-width: 480px) {
  h2 {
    font-size: 1em;
    font-size: 5vw;
    padding: 1px;
  }

  h4 {
    font-size: 1em;
    font-size: 3vw;
    padding: 1px;
  }

  #landingPage h2 {
    padding: 0 10px;
  }

  .characterImages {
    display: none;
  }

  .ko-fi {
    left: 10px;
    top: 1.5vh;
  }

  .twitter {
    display: block;
    width: 2vw;
  }

  .questionTitle {
    font-size: 2em;
  }

  .banner {
    padding: 5px;
  }

  .handle-left {
    left: 0px;
  }

  .handle-right {
    right: 0px;
  }

  .arrow-left,
  .arrow-right {
    top: 16px;
  }

  .arrow-right {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid green;
  }

  .arrow-left {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid green;
  }

  .credits-table th,
  .credits-table td {
    font-size: 1em;
    font-size: 4vw;
  }
  
  .character-header {
    min-width: auto;
  }

  .column-left img {
    max-width: 80vw;
  }

  .result-description {
    font-size: 1.25em;
    font-size: 5vw;
  }
}