@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  align-items: center;
  justify-content: center;

}


.bob {

  align-items: center;
  justify-content: center;
}

.bob h2 {
  color: #fff;
  font-size: 4.5em;
  position: absolute;
  transform: translate(-50%, -50%);
  align-items: center;
  text-align: center;
  justify-content: center;
}

.ll-tog {
  display: block;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem; 
  color: #DEC20B;
  width: 320px;
  background: rgba(36, 39, 44, 0.64);
  border: 1px solid;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 7px;
  transition: all 0.25s ease-out;
}

.ll-tog:hover {
  color: #B58B00;
}

.bro:hover {
  color: #B58B00;
   transition: all 0.25s ease-out;
}



.bro {
  text-decoration: none;
   transition: all 0.25s ease-out;
  color: #DEC20B;
  position: absolute;
  font-family: MedievalSharp;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cont {
  position: relative;
  text-align: top;
  color: white;

}


.icons2 {
  width: 318px;
  height: 65px;
  vertical-align: middle;
  border-radius: 6.4px;
  transition: all 0.25s ease-out;
}

.bob h2:nth-child(1) {
  color: transparent;
  text-align: center;
  -webkit-text-stroke: 2px #e6e6e6;
  font-weight: bold;
}

h2.bob {
  text-align: center;
}

.bob h2:nth-child(2) {
  text-align: center;
  color: #e6e6e6;
  animation: animate 4s ease-in-out infinite;
}

@keyframes animate {

  0%,
  100% {
    clip-path: polygon(0% 45%,
        16% 44%,
        33% 50%,
        54% 60%,
        70% 61%,
        84% 59%,
        100% 52%,
        100% 100%,
        0% 100%);
  }

  50% {
    clip-path: polygon(0% 60%,
        15% 65%,
        34% 66%,
        51% 62%,
        67% 50%,
        84% 45%,
        100% 46%,
        100% 100%,
        0% 100%);
  }
}


body {
  background-color: #24272c;
  background-color: #24272c;
  background-image: url("icon/xv90.png");
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;

}

header {
  text-align: center;
}

h2 {
  display: inline-block;
}

.icons {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.duck {
  transition: all 0.25s ease-out;
  font-size: 20px;
  color: #75b6e7;
  margin-right: 25px;
  text-decoration: none;
  text-align: center;
}

.duck:hover {
  font-size: 20px;
  transition: all 0.25s ease-out;
  color: #278cda;
}

a {
  color: #75b6e7;
}

.wrap-collabsible {
  margin-bottom: 1.2rem 0;
}

input[type='checkbox'] {
  display: none;
}

.lbl-toggle {
  display: block;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  text-align: center;
  padding: 1rem;
  color: #e6e6e6;
  width: 320px;
  background: rgba(36, 39, 44, 0.64);
  border: 1px solid;
  cursor: pointer;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 7px;
  transition: all 0.25s ease-out;
}

.lbl-toggle:hover {
  color: #474c54;
}


.snop {
  color: #e6e6e6;
}

.lbl-toggle::before {
  content: ' ';
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: .7rem;
  transform: translateY(-2px);
  transition: transform .2s ease-out;
}

.toggle:checked+.lbl-toggle::before {
  transform: rotate(90deg) translateX(-3px);
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height .25s ease-in-out;
}

.toggle:checked+.lbl-toggle+.collapsible-content {
  max-height: 100vh;
}

.toggle:checked+.lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.collapsible-content .content-inner {
  background: rgba(127, 135, 145, .2);
  border-bottom: 1px solid rgba(230, 230, 230);
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: .5rem 1rem;
  width: 320px;
}


p.ridge {
  text-align: center;
  padding: 1rem;
  font-family: "Poppins", sans-serif;
  color: #e6e6e6;
  width: 320px;
  background: rgba(127, 135, 145, .2);
  border: 1px solid;
  cursor: pointer;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 7px;
  transition: all 0.25s ease-out;
}





.button2 {
  display: block;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  text-align: center;
  padding: 1rem;
  width: 320px;
  color: #e6e6e6;
  background: rgba(36, 39, 44, 0.64);
  border: 1px solid;
  cursor: pointer;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 7px;
  transition: all 0.25s ease-out;
  text-decoration: none;

}

.button2:hover {
  color: #474c54;
}

#myBtn {
  display: block;
  position: fixed;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  text-align: center;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  color: #e6e6e6;
  background: rgba(36, 39, 44, 0.64);
  cursor: pointer;
  padding: 15px;
  border: 1px solid;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 7px;
  transition: all 0.25s ease-out;
}

#myBtn:hover {
  color: #474c54;
}



*,
*::before,
*::after {
  position: relative;
  box-sizing: border-box;
  transition: 1s all linear;
}

.banner {
  width: 20em;
  background: rgba(36, 39, 44, 0.64);
  height: 4em;
  overflow: hidden;
  display: flex;
  border: 1px solid;
  cursor: pointer;

  border-radius: 5em;
  justify-content: flex-start;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 0.3em;
}

.shopping-image {
  height: 3.9em;
  width: 10em;
}

.shopping-image>img {
  height: 3.9em;
  width: 9em;
  object-fit: cover;
  border-radius: 0 2em 2em 0Array/0Array 3em 3em 0;
  box-shadow: 3px 5px 4px 3px rgba(0, 0, 0, 0.2);
}

.text {
  height: 5em;
  width: 9em;
  display: flex;
  justify-content: center;
  text-align: center;
}

.text>* {
  font-szie: 11px;
  text-align: center;
}

.luck {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: #75b6e7;
  margin-left: 35px;
  text-decoration: none;
  text-align: center;
}


.lol {
  color: #e6e6e6;
}



.koekoek {
  display: block;
  font-weight: bold;

  font-size: 1.2rem;
  text-align: center;
  padding: 1rem;
  width: 6620px;
  color: #e6e6e6;


  cursor: pointer;

  text-decoration: none;
}

.koekoek :hover {
  color: #474c54;
}
