:root {
  --bg: #121318;
  --bg-secondary: 1e1F25;
  --primary: #59e078;
  --secondary: #003914;
}

body {
  background-color: var(--bg);
  overflow: hidden;
}

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

* {
  font-family: "Gabarito", sans-serif;
  text-decoration: none;
  color: #59e078;
  font-size: 1.6rem;
  font-weight: 600;
}

footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 10%;
  gap: 0.6rem;
}

footer p {
  font-size: 0.75rem;
  font-weight: 200;
}
