@import url("https://fonts.googleapis.com/css?family=JetBrains Mono");

body {
  font-family: "JetBrains Mono";
  margin: 0;
  padding: 0;

  background-color: #121212;
  color: rgba(255, 255, 255, 0.8);
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  flex-direction: column;
}

.dim {
  color: rgba(255, 255, 255, 0.4);
}

.btn {
  margin-top: 2rem;
  background-color: #e4e4e4;
  padding: 1rem;
  border-radius: 2.3rem;
  text-decoration: none;
  color: #121212;
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: capitalize;
}

#list {
  margin: 1rem;
  padding: 1rem;
  list-style-type: none;
}

.item a {
  text-decoration: none;
  color: inherit;
}

.item {
  margin-bottom: 1rem;
  text-align: center;
  font-size: larger;
}

.heading {
  text-align: center;
}
