body {
  margin: 0;
  padding: 0;
  background-color: rgb(126, 14, 231);
}

header {
  background-color: #000000;
  padding: 10px;
}

nav {
  text-align: right;
}

.volver {
  background-color: rgb(151, 14, 231);
  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(151, 14, 231);
  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: 80px;
  margin-top: 40px;
}

.descripcion {
  width: 30%;
  text-justify:distribute ;
  text-align: center;
  font-family: 'Belanosima', sans-serif;
}

h1 {
  font-size: 70px;
  margin-top: 0px;

}

p {
 font-size: 25px;
 text-align:justify;
}
