body {
  color: white;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    270deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(82, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(82, 0, 0, 1) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(82, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#520000",GradientType=1);
  text-align: center;
}
#container {
  padding: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: white;
  background-color: rgba(32, 32, 32, 0.75);
}
#navbar {
  border-bottom: 1px solid white;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    270deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(82, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(82, 0, 0, 1) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(82, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#520000",GradientType=1);
  color: white;
  font-family: "Roboto", sans-serif;
}
#nav-item {
  color: white;
  font-family: "Roboto", sans-serif;
}
