body {
  margin: 0;
  padding: 0;
  background-color: rgb(60, 163, 158);
}

header {
  background-color: rgb(14, 76, 101);
  padding: 10px;
}

nav {
  text-align: right;
}

.volver {
  background-color: rgb(60, 139, 163);
  color: #000000;
  margin-left: 10px;
  padding: 5px 10px;
  position: relative;
  right: 89%;
  font-family: 'Belanosima', sans-serif;
}

.ingresar {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 10px;
  background-color: rgb(60, 139, 163);
  color: #000000;
  font-family: 'Belanosima', sans-serif;
}

.bloque {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  align-content: center;
  font-family: 'Belanosima', sans-serif;
}

.mi-imagen {
  width: 350px;
  height: auto;
  margin-right: 20px;
}

.descripcion {
  width: 60%;
  text-justify:distribute ;
  text-align: center;
  font-family: 'times new roman', sans-serif;

}

h1 {
  font-size: 50px;
  color:rgb(13, 54, 129) ;
}

p {
 font-size: 22px;
 text-align: justify;
 color:rgb(13, 54, 129)
}