

html{
  height: inherit;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.install {
  background-image: radial-gradient(
    circle farthest-corner at 22.4% 21.7%,
    rgba(4, 189, 228, 1) 0%,
    rgba(2, 83, 185, 1) 100.2%
  );
}

.btn {
  padding: 14px 28px !important;
  border-radius: 52px;
  background-image: radial-gradient(
    circle farthest-corner at 22.4% 21.7%,
    rgba(4, 189, 228, 1) 0%,
    rgba(2, 83, 185, 1) 100.2%
  );
}

.btn:hover {
  background-image: radial-gradient(
    circle farthest-corner at 72.4% 21.7%,
    rgba(4, 189, 228, 1) 0%,
    rgba(2, 83, 185, 1) 60.2%
  );
}

body.home {
  background: linen;
}

.line-1 {
  line-height: 1;
}

.fs-10x {
  font-size: 10rem;
  color: #2c2c51 !important;
}

@media (max-width: 600px) {
  .fs-10x {
    font-size: 5rem;
  }
}
