body {
  font-family: "Montserrat", sans-serif;
}

#title,
#stats {
  background-color: #14274e;
  color: white;
}

h1 {
  text-align: center;
}

.navbar-brand {
  font-size: 2.5rem;
  font-weight: bold;
  margin-left: 10px;
}

#features {
  text-align: center;
  padding: 7% 15%;
  line-height: 2;
}

.feature-icon {
  padding-bottom: 30px;
  color: #9ba4b4;
}

.feature-icon:hover {
  color: #14274e;
}

h3 {
  font-weight: bold;
  padding-bottom: 10px;
}

#stats {
  text-align: center;
}
#stats h2 {
  font-size: 2.5rem;
  font-weight: 900;
}
