* {
  font-size: 10px;
  font-family: roboto;
}

body {
  background: #039BE5;
}

h1 {
  font-size: 6rem;
  padding: 1rem;
  text-align: center;
  color: white;
  font-weight: 100;
  margin: 3rem 0 0 0;
}

a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.95);
}

.div {
  padding-top: 50px;
  display: flex;
  justify-content: space-around;
  text-align: center;
  position: relative;
}

.psuedo-text {
  color: #039BE5;
  position: relative;
  top: 0;
  height: 100%;
  width: 100%;
  display: inline;
  height: auto;
  font-size: 1.7rem;
  font-size: 700;
  transition: 0.25s ease-in;
  transition-delay: 0.1s;
}

.flex-1 {
  flex: 1;
}

.button {
  padding: 2rem 7rem;
  background: red;
  text-align: center;
  display: inline-block;
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

.font {
  padding: 2rem 7rem;
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition-delay: 0.4s in;
}

.btn-1 {
  letter-spacing: 0.05rem;
  transition: 0.5s all ease-in-out;
  position: relative;
  background: transparent;
}
.btn-1:before {
  border-top: 0.3rem solid white;
  border-bottom: 0.3rem solid white;
  display: block;
  position: absolute;
  background: transparent;
  content: "";
  top: 0;
  bottom: 0;
  left: 100%;
  right: 100%;
  transition: 0.48s all ease-in-out;
}
.btn-1:hover {
  letter-spacing: 0.4rem;
}
.btn-1:hover:before {
  left: 25%;
  right: 25%;
}

.btn-2 {
  letter-spacing: 0.05rem;
  position: relative;
  background: white;
  color: #025780;
  border-radius: 0.3rem;
  position: relative;
  transition: 0.2s all ease-in-out;
}
.btn-2:before {
  display: block;
  position: absolute;
  background: transparent;
  border: none;
  border-radius: 0.3rem;
  transform: translateY(5px) scale(0.9);
  content: "";
  height: 5px;
  z-index: -1;
  bottom: -1%;
  left: 0;
  right: 0;
  transition: 0.2s all ease-in-out;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.btn-2:hover:before {
  transform: translateY(8px) scale(0.8);
  opacity: 0.8;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.btn-2:hover {
  transform: translateY(-5px);
}

.btn-3 {
  letter-spacing: 0.05rem;
  position: relative;
  background: white;
  color: #025780;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  border-radius: 0.3rem;
  z-index: 1;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.btn-3:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  transform: scale(0.95);
}

.btn-4 {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.95);
  border: 1px solid white;
  transition: 0.3s all ease-in-out;
}
.btn-4:hover {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.85);
}

.btn-5 {
  background: white;
  color: #039BE5;
  position: relative;
  border-radius: 0.3rem;
  transition: 0.3s ease-in-out;
  transition-delay: 0.35s;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn-5:before {
  content: "";
  display: block;
  background: #025780;
  position: absolute;
  width: 200%;
  height: 500%;
  border-radius: 20%;
  transform: translate(-120%, -50%);
  transition: 0.36s cubic-bezier(0.4, 0, 1, 1);
}
.btn-5:hover:before {
  transform: translate(-45%, -34%);
  border-radius: 100%;
}
.btn-5:hover .psuedo-text {
  color: white;
}
.btn-5:hover {
  color: transparent;
}

.btn-6 {
  background: white;
  color: #039BE5;
  position: relative;
  border-radius: 0.3rem;
  transition: 0.3s ease-in-out;
  transition-delay: 0.35s;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn-6:before {
  content: "";
  display: block;
  background: #025780;
  position: absolute;
  width: 200%;
  height: 500%;
  border-radius: 20%;
  transform: translate(40%, -50%);
  transition: 0.36s cubic-bezier(0.4, 0, 1, 1);
}
.btn-6:hover:before {
  transform: translate(-45%, -34%);
  border-radius: 100%;
}
.btn-6:hover .psuedo-text {
  color: white;
}
.btn-6:hover {
  color: transparent;
}

.btn-7 {
  background: white;
  color: #039BE5;
  position: relative;
  border-radius: 0.3rem;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn-7:before {
  content: "";
  display: block;
  background: #025780;
  position: absolute;
  width: 200%;
  height: 500%;
  border-radius: 20%;
  transform: translate(-110%, -110%);
  transition: 0.36s cubic-bezier(0.4, 0, 1, 1);
}
.btn-7:hover:before {
  transform: translate(-45%, -34%);
  border-radius: 100%;
}
.btn-7:hover .psuedo-text {
  color: white;
}
.btn-7:hover {
  color: #039BE5;
}

.btn-8 {
  background: white;
  color: #039BE5;
  position: relative;
  border-radius: 0.3rem;
  transition: 0.3s ease-in-out;
  transition-delay: 0.35s;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn-8:before {
  content: "";
  display: block;
  background: #025780;
  position: absolute;
  width: 200%;
  height: 500%;
  border-radius: 20%;
  transform: translate(30%, 10%);
  transition: 0.36s cubic-bezier(0.4, 0, 1, 1);
}
.btn-8:hover:before {
  transform: translate(-45%, -34%);
  border-radius: 100%;
}
.btn-8:hover .psuedo-text {
  color: white;
}
.btn-8:hover {
  color: transparent;
}
.btn-8:hover .font {
  color: white;
}
