#dashboard {
  height: calc(100vh - 70px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1e81b0;
}

#dashboard h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

