body {
  background-color: #ff00ff;

  background-image: linear-gradient(#000000, #29f1c3);

  color: #ffffff;
}

.container > h1,
h2,
h4 {
  text-align: center;
  color: white;
}

.light-style > p > span {
  color: #ff00ff;
}

.light-style > a {
  color: #ff00ff;
  font-weight: bolder;
  margin-bottom: 2px;
  font-size: 24px;
}

.select_forma > label {
  color: #00000000;
  margin-left: auto;
  margin-right: 5px;
  margin-top: 5px;
}

.select_forma > select {
  margin-left: auto;
  margin-right: 5px;
  margin-top: 5px;
  background-color: #29f1c3;
  background-image: linear-gradient(#29f1c3, #ff00ff);
  color: #000000;
  width: 50vw;
  background-image: none;
}








