body {
  background: #2f265b;
  background: linear-gradient(
    135deg,
    rgba(47, 38, 91, 1) 0%,
    rgba(33, 80, 119, 1) 100%
  );
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

* {
  color: white;
  text-align: center;
  font-family: "Montserrat";
}

button {
  border-radius: 10px;
  background: #3d56b9;
  background: linear-gradient(
    180deg,
    rgba(61, 86, 185, 1) 0%,
    rgba(106, 176, 242, 1) 100%
  );
  padding: 10px 0px;
  color: white;
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
