.outfit-<uniquifier> {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.lexend-<uniquifier> {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

body {
  h1 {
    font-family: Outfit;
    font-size: 2.2rem;
    color: white;
  }
  li {
    color: white;
    font-family: Outfit;
  }
  p {
    margin-top: 1rem;
    font-family: Lexend;
    color: whitesmoke;
  }
  img{
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    margin: 1.5rem;
  }
  background: linear-gradient(90deg, #114843 0%, #518df0 100%);
}

header {
  overflow: hidden;
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: center;
  height: 10%;

  column-gap: 2rem;
  padding: 0.5rem;
  padding-left: 2rem;
  img {
    width: 3rem;
  }
  border-radius: 0rem 0rem 1rem 1rem;
  background-color: rgba(0, 0, 0, 0.8);
}

.background-container {
  background-color: rgba(0, 0, 0, 0.8);
  margin: 4rem;
  padding: 3rem;
  border-radius: 1rem;
}

#img-captura{
    width: 50rem;
    margin: 2rem;
    border-radius: 3px;
}
.codigo{
  code{

    font-family: Cascadia Code;
    color: white;
  }
  background-color: black;
  border-radius: 1rem;
  padding: 1.5rem;
  padding-left: 1rem;
  box-shadow: 4px 4px 12px rgba(255, 255, 255, 0.116);
}
.nt{
  color: aqua;
}

h2{
  color: lavender;
  font-family: Outfit;
  font-size: 1.8rem;
}

h4{
  color: lavender;
  font-family: Inconsolata;
  font-size: 1rem;
}

.extencion-cont{
  display: flex;
  align-items: center;
  img{
    width: 6rem;
  }

}

