:root {
  --bulma-link-text: rgb(4, 209, 178);
}

embed {
  width: 80%;
}

.bg-gradient {
  position: fixed;
  height: 100%;
  width: 100vw;
  z-index: -1;
}

.bg-gradient > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, #4f4f4f2e 1px, transparent 0),
    linear-gradient(180deg, #4f4f4f2e 1px, transparent 0);
  background-size: 50px 50px;
  z-index: -1;
}

.text-gradient {
  background: -webkit-linear-gradient(
    90deg,
    #04d1b2 0%,
    rgba(4, 179, 209, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: rgb(4, 209, 178);
}

footer > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 5%;
  margin-left: 5%;
}

footer > div > .social-icons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
