body {
  background-color: rgb(10, 10, 10);
  font-family: 'roboto';
  font-size: 14px;
  color: white;
}

h1 {
  font-family: 'montserrat-bold';
}

#content {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 95vw;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  height: calc(100vh - 50px - 50px);
}