* {
  /* margin: 100;
  padding: 100; */
  box-sizing: border-box;
  transition: 0.2s linear;
}

header {
  display: block;
  align-items: center;
  align-self: center;
  align-content: center;
  text-align: center;
  width: 100%;
  overflow: hidden;
  background-repeat: cover;
  background-color: rgb(241, 241, 241);
}

body {
  background-color: rgb(24, 24, 24);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
}

.logoinicio {
  max-width: 200px;
  max-height: 200px;
}

main {
  display: inline-block;
}
main h1 {
  color: #636363;
  /* margin: 100px; */
  text-align: center;
}

main p {
  color: #979797;
  text-align: center;
  margin: 30px;
  text-align: center;
  text-justify: inter-word;
}

#volver {
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
}

footer {
  display: inline-block;
  align-items: center;
  align-self: center;
  align-content: center;
  text-align: center;
  text-decoration: none;
  padding: 20px;
  /* margin-left: 16%;
  margin-bottom: 50px; */
}

#footer1 {
  text-decoration: none;
  color: #797979;
  padding: 10px;
}
#footer1:visited {
  text-decoration: none;
  color: #ffffff;
}
#footer2 {
  text-decoration: none;
  color: #797979;
  padding: 10px;
}
#footer2:visited {
  text-decoration: none;
  color: #ffffff;
}
#footer3 {
  text-decoration: none;
  color: #797979;
  padding: 10px;
}
#footer3:visited {
  text-decoration: none;
  color: #ffffff;
}
