body {
  margin: 0;
  padding: 0;
  font-family: var(--font-main);
  background-image: url("../Alterar/custom das estrelas/assets/extras/background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: var(--text-light);
}
