.button-1 {
  padding: 0 40px;
  border-radius: 5px;
  height: 48px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: #000;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.button-1:hover {
  background: #763a88;
  color: #fff;
}

.button-2 {
  font-weight: 600;
  background: #f750d0;
  height: 70px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  color: #fff;
  border: 2px solid;
  padding: 10px 20px;
  position: relative;
  border-radius: 5px;
  font-size: 16px;
  text-transform: capitalize;
  margin: 0 auto;
  transition: 0.4s linear;
}

.button-2:hover,
.button-2:focus {
  transform: translateY(-5px);
  background: #f750d0b1;
}

.button-3 {
  align-self: center;
  background-color: #c8ffec;
  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(67, 194, 156, 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(45, 98, 245, 0.3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
  color: inherit;
}

.button-3:focus {
  box-shadow: rgba(45, 65, 245, 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(255, 178, 145, 0.5),
    inset -8px -8px 16px 0px rgba(255, 211, 145, 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(255, 145, 145, 0.483),
    inset 8px -8px 16px 10px rgb(255, 145, 145),
    inset 0px 11px 28px 0px rgb(255, 255, 255);
  color: inherit;
}

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

.button-5 {
  background: rgb(66, 255, 224);
  border: 1px solid rgb(66, 255, 224);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: nunito, roboto, proxima-nova, "proximasans-serif";
  font-size: 16px;
  font-weight: 800;
  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;
  transition: 0.4s ease-in-out;
}

.button-5:hover,
.button-5:active {
  background-color: initial;
  background-position: 0 0;
  color: rgb(66, 255, 224);
}

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