* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: Manrope, sans-serif;
  font-optical-sizing: auto;
  margin: 0;
  top: 0;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.4;
  background: black;
}

ul {
  display: flex;
  text-decoration: none;
  gap: 2.5rem;
}

img {
  width: 100%;
  max-width: 100%;
}

p {
  color: var(--branco);
}