body {
  background: #000428; /* fallback for old browsers */  
  background: rgba(86, 175, 185, 1);
  background: linear-gradient(
    270deg,
    rgba(86, 175, 185, 1),
    rgba(201, 237, 233, 1)
  );
  background: -web-kit-linear-gradient(
    270deg,
    rgba(86, 175, 185, 1),
    rgba(201, 237, 233, 1)
  );
}
header {
  margin: 30px 0;
}
.contenido {
  padding: 20px;
}
.contenido-principal {
  background-color: white;
  padding: 30px;
  border-radius: 20px;
}
.presupuesto p {
  margin-bottom: 0;
  font-weight: bold;
}
.presupuesto p span {
  font-weight: normal;
}
#gastos {
  margin-bottom: 30px;
}
h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  color: white;
}
h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  color: #004e92;
  font-size: 22px;
  margin-bottom: 30px;
}
