html {
  height: 100%;
}

body {
  height: 100%;
  background: rgb(68, 77, 94);
  background: linear-gradient(
    147deg,
    rgba(68, 77, 94, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  font-family: "Gugi", cursive;
}

label {
  margin-bottom: 0rem;
  margin-right: 0.5rem;
  color: white;
}

img {
  padding-top: 30px;
  vertical-align: middle;
}

.mt-5 {
  padding-top: 5px;
}

input.waves-button-input {
  color: white;
}

#particles-js {
  width: 100%;
  height: 100%;
  position: fixed;
  background: linear-gradient(
    147deg,
    rgba(68, 77, 94, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.body-particles {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
