* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  font-size: 62.5%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  --webkit-font-smoothing: antialiased;
}

ul {
  list-style: none;
}

p,
span {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
}

h1,
strong {
  font-family: "Poppins", sans-serif;
}

a {
  color: #fff;
  text-decoration: none;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

body {
  overflow: overlay;
  background: #1b2838;
  padding-bottom: 4rem;
  color: #ebf7ff;
  background-image: url(../assets/grid-light.png);
  padding: 0 1rem;
}

header {
  max-width: 90rem;
  margin: 0 auto;
  padding: 2rem 0;
}
header h1 {
  text-align: center;
  font-size: 3rem;
  color: #d6d7d8;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background: linear-gradient(#ff8000, #c36100);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.container {
  background: #131C27;
  max-width: 90rem;
  margin: 0 auto;
  padding: 1.2rem 2rem;
}
.container strong {
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background: linear-gradient(#ff8000, #954a00);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.container article {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.container article ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.container article ul li {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.container article ul li div {
  margin-left: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}/*# sourceMappingURL=styles.css.map */