label {
 font-weight: 410;
}
p.texto {
  font-size: 29px;
    text-decoration-color: white;

}

.jumbotron-color{
  background-color: rgba(229,229,229,0.6) !important;
}

body.dark .jumbotron-color{
  background-color: rgba(0,0,0,0.5) !important;

}

body.dark .btn .texto{
  color: white;
  text-decoration-color: white;
}
