* {
  margin: 0;
  padding: 0;
}

body {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://preview.redd.it/the-complete-timeline-of-runeterra-by-noxus-v0-xynlmki2e9ta1.jpg?width=1080&crop=smart&auto=webp&s=0d3e9ec0bfa87755148708cab5a10b4e7494484c);
  background-attachment: fixed;
  background-size: cover;
  color: white;
  height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  font-family: "Rubik Glitch", sustem-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  padding-bottom: 1.5rem;
}

h3 {
  color: #c7a96d;
  font-weight: bold;
  padding-bottom: 1rem;
}

h4 {
  color: #c7a96d;
  font-style: italic;
  padding-bottom: 1rem;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

#champ {
  width: 900px;
  border-radius: 1rem;
}

.habilidades {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.set {
  display: flex;
  gap: 1rem;
}

.borde-rojo {
  border: 2px red solid;
}

/* CSS Ejercicio 2 */
.container-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

.box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.box img {
  width: 300px;
}

input {
  width: 100%;
  text-align: center;
  margin: 1rem;
  border-radius: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

input::placeholder {
  text-align: center;
}

button {
  background-color: #c7a96d;
  padding: 1rem;
  border-radius: 1rem;
  font-weight: bolder;
  font-style: oblique;
  font-size: larger;
}

.ejercicio2 p {
  padding: 1rem;
}

/* CSS Ejercicio 3 */

#password {
  margin-top: 2rem;
}

#validacion-clave {
  margin-top: 2rem;
}

/*Footer*/

footer {
  text-align: center;
  height: 200px;
}

footer a {
  color: #c7a96d;
  text-decoration: none;
}

footer img {
  width: 200px;
}
