body {
  background: #272a2e;
  /* color: #eee; */
  /* font-family: Arial, Helvetica, sans-serif; */
}

.anchor {
  color: #4c85f0 !important;
  /* font-size: 1.2rem; */
  font-weight: 600;
}

h2 {
  font-size: 1.6rem !important;
  font-weight: 600 !important;
}

p {
  margin-top: 5em;
  font-size: 1.1rem;
}

.navbar {
  align-items: flex-start !important;
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: 100%;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}