#titulo {
  text-align: center;  
  font-size: large;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  padding: 1%;
  background-color: greenyellow;
  color: black;
}

.titulo1 {
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  padding: 1%;
  color: white;
  margin-top: auto;
  font-size: 40px;
  text-align: center;

}
.titulo2 {
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 1%;
    background-color: greenyellow;
    text-align: center;
   
    color: black;
    margin-top: 2%;
    font-size: 30px;

}
#componentes p {
  margin-left: 1%;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: white;
  
  
}
input {
  
  font-size: 50px;
  background-color: black;
  color: white;
  color-scheme: white;
}
::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
body{
  background-color: black;
}

p {
  border: 3px solid grey;
  margin-bottom: 10px;
  border-radius: 5%;
  padding: 5px;
}