@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

:root {
  /* --background: #121212; */
  --background: #151515;

  --nav-background: #1e1e1e;
  --font-main: "Bebas Neue", sans-serif;
  --font-body: "Oswald", sans-serif;
}
body {
  background-color: var(--background);
  font-family: var(--font-main);
  color: #d3d3d3;
}

/* .btn {
} */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
li {
  display: inline;
  margin-right: 10px;
}

/* h1 {
  text-align: center;
} */

p {
  /* text-align: center; */
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
}
