.button-1 {
  border: none;
  border-radius: 40px;
  background: linear-gradient(
    to right,
    #3fbf96,
    #fcf6ba,
    #28b390,
    #fbf5b7,
    #1caa7d
  );
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgb(3, 121, 105);
  font-weight: 600;
  cursor: pointer;
  position: relative;
  transition-duration: 3s;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.144);
  background-size: 200% 200%;
  padding: 12px 17px;
  color: black;
}

.button-1:hover {
  transform: scale(0.95);
  transition-duration: 3s;
  animation: gradient 5s ease infinite;
  background-position: right;
  color: black;
}

.button-2 {
  display: inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  padding: 0.8em 2em 0.8em 2.5em;
  font-size: 15px;
  font-weight: bold;
  border-radius: 15px;
  color: #fff9f6;
  letter-spacing: 0.3em;
  text-shadow: -2px 2px 5px #fd3030;
  border: 2px solid #feb1b1;
  box-shadow: 0 0 0px 1px #f11212, 0 0 10px 2px #fd3030,
    inset 0 0 0px 1px #f11212, inset 0 0 10px 2px #fd3030;
  transition: 100ms;
}

.button-2:hover {
  box-shadow: 0 0 0px 1px #f11212, 0 0 10px 2px #fd3030,
    inset 0 0 0px 1px #f11212, inset 0 0 30px 2px #fd3030;
  text-shadow: 0 0 10px #fd3030;
  transform: translateY(-5px);
  color: #f6fff6;
}

.button-2:active {
  box-shadow: 0 0 0px 1px #f11212, 0 0 25px 2px #fd3030,
    inset 0 0 0px 1px #f11212, inset 0 0 30px 2px #fd3730;
  transform: translateY(1px);
}

.button-3 {
  align-self: center;
  background-color: #faeffe;
  background-image: none;
  background-position: 0 90%;
  background-repeat: repeat no-repeat;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border-style: solid;
  border-width: 2px;
  box-shadow: rgba(145, 67, 194, 0.2) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-family: Neucha, sans-serif;
  font-size: 1rem;
  line-height: 23px;
  outline: none;
  padding: 0.75rem;
  text-decoration: none;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-3:hover {
  box-shadow: rgba(8, 37, 117, 0.3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
  color: inherit;
}

.button-3:focus {
  box-shadow: rgba(29, 40, 136, 0.3) 2px 8px 4px -6px;
  color: inherit;
}

.button-4 {
  display: inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1em 1.6em;
  border: 0;
  transition: all 0.5s ease-in-out;
  font-size: 17px;
  letter-spacing: 0.1rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: rgb(0, 0, 0);
  font-weight: bolder;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 26px;
  box-shadow: 0px 0px 0px 0px rgba(145, 255, 218, 0.5),
    inset -8px -8px 16px 0px rgba(145, 255, 240, 0.973),
    inset 0px 11px 28px 0px rgb(255, 255, 255);
}

.button-4:hover {
  transition: all 0.5s ease-in-out;
  backdrop-filter: blur(5px);
  background-color: rgb(255, 255, 255);
  border-radius: 26px;
  box-shadow: 0px 0px 0px 0px rgba(145, 251, 255, 0.483),
    inset 8px -8px 16px 10px rgb(145, 255, 246),
    inset 0px 11px 28px 0px rgb(255, 255, 255);
  color: inherit;
}

.button-4:active {
  border-radius: 26px;
  box-shadow: 0px 0px 0px 0px rgba(145, 255, 251, 0.822),
    inset -8px -8px 16px 10px #91f8ff99,
    inset 0px 11px 28px 50px rgb(255, 255, 255);
  color: inherit;
}

.button-5 {
  background: #ffa742;
  border: 1px solid #ffc042;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: nunito, roboto, proxima-nova, "proximasans-serif";
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  min-height: 40px;
  outline: 0;
  padding: 12px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.button-5:hover,
.button-5:active {
  background-color: initial;
  background-position: 0 0;
  color: #ffa142;
}

.button-5:active {
  opacity: 0.5;
}
