* {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  background-image: url("../images/fondo.jpg");
  background-repeat: no-repeat;
  background-size: 250vh;
}

.container {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 2rem;
}

.picture-explanation-container {
  display: flex;
}

#picture {
  width: 50%;
  margin-right: 1rem;
}

#explanation, #explanation2 {
  letter-spacing: 0px;
  line-height: 20px;
  text-align: justify;
}
input[type=date] {
  background-image: none;
  color: black;
}
.logo {
    /* padding-top: 20px; */
}
@media screen and (max-width: 900px) {
    #explanation {
      display: none;
    }
    #picture {
      width: 100%;
      margin-right: 1rem;
    }
}
@media screen and (min-width: 901px) {
    #explanation2 {
      display: none;
    }
}
