@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Geist+Mono:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500..700&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;
}

#unique{
  background-color: #064f04;
  color: white; 
  display: flex;
  align-items: center;
  padding: 3px; 
  box-sizing: border-box;
  top: 3px;
  margin: -10px;
  position: fixed;
  width: 100vw;
  height: 75px;
  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;}
ul {
  text-decoration: none;
  display: inline-block;
  list-style: none;
  padding: 0 1rem;
   min-width: 5rem;
  text-align: center;
}
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%;
}
#mainh2 {
  font-size: 25px;
  text-align: center;
}
.logo {
  margin: 8px;
  height: 40px;
  border-radius: 30px;
  border: 2px solid grey;
}
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;
}
html {
  cursor: default;
  background-color: #efefef;
}
.very {
  background-color: #023b00;
  padding: 10px;
  margin: 10px;
  flex: 1;
  color: #efefef;
  border-radius: 30px;
  width: 100%;
  margin-bottom: 30px;
}
.main {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-end;
  padding: 10px;
  float: right;
  width: 30%;
}
.very h2 {
  text-align: center;
}
.rouned {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  border: 2px solid grey;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
article {
  background-color: #023b00;
  color: #efefef;
  border-radius: 30px;
  padding: 20px;
  margin: 20px;
  width: 55%;
  width: 80%;
}
.amam {
  display:flex; 
  flex-direction: column;
  width: 60%; 
  margin: 20px;
}

.worrkk {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 2px;
  margin: 0;
  padding-top: 120px;
  box-sizing: border-box;
}
article {
  width: 90%;
}
.deca {
  width: 400px;
  height: 250px;
  margin-top: 10px;
  border: 2px solid grey;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.fh {
  text-align: center;
}
.wi {
  color: #F3CF03;
  font-family: 'Space Grotesk', sans-serif;
  text-decoration: none;
  font-size: 60px;
  font-weight: 900;
}
.wis {
  text-align: center;
}
.wait {
  padding-bottom: 45px;
}
.first, .wait, .very {
  transition: translate 0.75s ease;
  transition-delay: 0.1s;
}
.first:hover, .wait:hover, .very:hover {
  translate: 0px -15px;
}

aside div, article {
  filter: drop-shadow(2.5px 2.5px 10px grey);
}
.centeri {
  margin: 0 auto;
  width: 100%;
}
#slides {
  width: 100%;
  margin: 0 auto;
}
.spylike {
  display: none;
}
.buddha, .buddha span {
  display: none;
}
@media only screen and (max-width: 600px) {
  html {
    max-width: 100vw;
  }
  .buddha, .buddha span {
    display: block;
  }
  .buddha {
    height: 50px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .buddha span {
    font-size: 10px;
  }
  h2.uniuni {
    font-size: 4px;
  }
  .pine {
  display: none;
  }
  .spylike {
    display: inline;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border-radius: 99px;
    margin: 0;
  }
  #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;
  }
  .worrkk {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    width: 98vw;
    padding: 0;
    margin: 0;
    padding-top: 120px;
  }
  .main {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    float: none;
    width: 100%;
}
.amam {
  box-sizing: border-box;
  display:flex; 
  flex-direction: column;
  align-items: center;
  width: 100%; 
  margin: 0px;
}
.amam article, .very {
  width: 87%;
}
} 

