/*
 * css for the statistics section on the home route.
 */

.statistics {
  margin-top: 2rem;
  border-bottom-width: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  border-bottom-style: solid;
  border-color: rgb(234, 235, 235);
  border-top-style: solid;
  border-top-width: 1px;
  justify-content: space-between;
  -webkit-box-pack: justify;
  display: flex;
  margin-bottom: 2rem;
}

.statistics-box {
  padding: 1rem;
  border-left-width: 1px;
  text-align: left;
  border-left-style: solid;
  flex: 1 1 0%;
  border-color: rgb(234, 235, 235);
}

.statistics-box:first-child {
  border: none;
}

.home-header {
  margin-left: -15px;
  margin-right: -15px;
}

