@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Geist+Mono:wght@100..900&display=swap');
html {
  font-family: "Funnel Display", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/geistmono/v3/or3nQ6H-1_WfwkMZI_qYFrcdmg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.red {
    color: red;
}
#unique{
  background-color: #064f04;
  color: #efefef; 
  display: flex;
  align-items: center;
  padding: 3px; 
  top: 3px;
  box-sizing: border-box;
  margin: -10px;
  height: 75px;
  position: fixed;
  width: 100vw;
  border-bottom: 4px solid #042903;
  z-index: 2;
}
.disneyl {
    font-size: 10px;
}
.ist {
  color:white;
  text-decoration: none;
  padding: 10px;
  border-radius: 6px;
  transition: 0.5s;
}
.ist:hover {
  background-color:#042903;
  color: #efefef;
}
#hold {
  display: flex;
  flex-direction: row;
  color: #efefef;
  text-decoration: none;
  font-size: 20px;
  justify-content: flex-end;
  width: 100%;
  list-style: none;}
#hold ul {
  text-decoration: none;
  display: inline-block;
  list-style: none;
  padding: 0 1rem;
   min-width: 5rem;
  text-align: center;
}
#hold ul:not(:last-child){
  border-right: 3px solid #064f04;
}
#hover span {
  color: #efefef;
  padding-left: 5px;
  padding-right: 5px;
}
#mainh {
  font-size: 25px;
  width: 50%;
}
.logo {
  margin: 8px;
  height: 40px;
  border-radius: 30px;
  border: 2px solid grey;
}
html {
  cursor: default;
  background-color: #efefef;
}
.helps {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 120px;
}
.spylike {
  display: none;
}
.there {
  margin: 30px;
  padding: 20px;
  background-color: #023b00;
  color: #efefef;
  text-align: center;
  border-radius: 50px;
  width: 60%;
  filter: drop-shadow(2.5px 2.5px 10px grey);
}
.there a {
  color: #efefef;
}
.theres {
  color: green;
}
.theres:hover {
  text-decoration: #023b00 underline;
  background-color: #efefef;
  color: #023b00;
}
form {
  flex-direction: column;
  display: flex;
  align-items: space-between;
  justify-content: space-around;
}
select, textarea, input {
  width: 70%;
  display: block;
  margin: 0 auto;
}

.yikes {
  width: 40%;
  border: 7px solid #f3cf03;
  background-color: #f3cf03;
  border-radius: 20px;
  padding: 5px;
  text-decoration: none;
  font-size: 20px;
  font-family: "Funnel Display", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  transition: 0.2s;
  transition-delay: 0.1s;
  color:black;
}
legend {
  border: 3px solid #dcdcdc;
  background-color: #023b00;
  border-radius: 10px;
  padding: 5px;
  text-decoration: none;
  font-size: 20px;
  font-family: "Funnel Display", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.yikes:hover {
  border: 7px solid #fade41;
  background-color: #fade41;
  text-decoration: none;
  cursor: pointer;
}
.no_wrap {
  white-space: nowrap;
}
.left {
  text-align: left;
}
.speciall {
  display: inline;
  text-decoration: none;
  color: grey;
}
.speciall:hover {
  text-decoration: solid grey underline;
  color: grey;
  cursor: default;
}
.hi {
  justify-content: center;
  display: flex;
}
#surey {
  color: #0a4108;
} 
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #064f04;
  color: white;
  width: 100vw;
  margin: -10px;
  padding: 20px 10px;
  box-sizing: border-box;
  border-top: 4px solid #064304;
  position: relative;
  margin-top: 50px;
}
.cmon {
  width: 50px;
  height: 50px;
  transition: translate 0.75s ease;
  transition-delay: 0.1s;
  display: block;
  border-radius: 999px;
  background-color: white;
}
.huh .please {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
} 
.cmon:hover {
  translate: 0px -10px;
}
.huh {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: fit-content;
  margin-bottom: 0 auto 30px auto;
  gap: 20px;
}
footer img#wyze {
  display: block;
  margin: 10px auto 0 auto; /* top 10px, horizontal auto */
  height: 150px;
  width: 150px;
  border-radius: 100px;
  filter: drop-shadow(2.5px 2.5px 10px #dedede);
}
footer p {
  margin: 10px 0 0 0;
  position: relative;
  text-align: center;
}
.huh a {
  width: 50px;
}
.buddha, .buddha span {
  display: none;
}
@media only screen and (max-width: 600px) {
  .buddha, .buddha span {
    display: block;
    color: white;
  }
  .buddha {
    height: 50px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .buddha span {
    font-size: 10px;
  }
  .pine {
  display: none;
  }
  .spylike {
    display: inline;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border-radius: 99px;
    margin: 0;
  }
  .spylike:not(.weird){
    padding: 2px;
  }
  #hold, #mylinks, .ist {
    display: none;
  }
  #unique {
    width: 100vw;
    max-width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 7px;
    align-items: center;
    padding-top: 10px;
  }
  #mainh {
    display:none;
  }
  .spylike:not(.weird){
    padding: 2px;
  }
  html {
    width: 100vw;
    max-width: 100%;
  }
  ul:not(:last-child){
  border-right: none;
  margin-right: 0;
  }
  .there {
    width: 100vw;
    width: 100%;
    padding: 20px;
    margin: 0;
  }
  .helps {
    width: 100%;
  } 
}
