.center {
  text-align: center;
}

.password-change-button {
  background: #3b4351;
  color: white;
  border: none;
  height: 30px;
  width: 100px;
  cursor: pointer;
}

.change-password-title {
  margin-top: 50px;
}

.filter-container select, .filter-container button {
  background: #3b4351;
  border: none;
  outline: 0px;
  color: white;
  width: 300px;
  height: 30px;
  text-align: center;
}

.filter-container button {
  width: 100px;
}
