#titulo {
  display: flex;
  width: auto;
  justify-content: center;
  font-family: Ubuntu;
  font-size: 3em;  
}


#contenedor {
  display: flex;
  justify-content: center;
  align-items: flex-start;  
  flex-wrap: wrap;
  margin-top: 20px;
  width: 100%;
  height: auto;
}



#resultado{
  display: flex;
  font-size: auto;
  width: auto;
}

#top-bar {
 /* background-color: white;  Color de fondo */
  color: #ffffff; /* Color del texto */
  padding: 25px; /* Espacio interno */
  text-align: center; /* Alineación del texto */
}

.image-container {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  padding-top: -5em;
  position: relative;
  left: 4em;
  bottom: 3em;
  width: 75%;
  height: auto;
  display: block;
}

.image-container img{
  width: 100%;
  height: auto;
  display: block;
}

.text-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: 5em;
  left: 3em;
  bottom: 5em;
  flex: 1;
  width: 100%;
  height: auto;
}

#goback{
  display: flex;
  justify-content: center;
  align-items: center;
}

#goback a {
  width: 85px;
  height: 35px;
}

ul {
  list-style-type: none;
}

li {
  margin-bottom: 0.5em;
  font-family: Ubuntu;
  color: #0c1f41;
}

#default {
  max-width: 640px;
  max-height: 640px;
  min-height: 320px;
  min-width: 320px;
  position: relative;
  top: 5em;
}