.brand-centered {
  display: flex;
  justify-content: center;
  width: 100%;
  left: 0;
  top: 0;
}
.navbar-brand {
  display: flex;
  align-items: center;
  font-size: 40px;
  font-weight: 500;
}
.input-group {
  padding-right: 40px;
}
#button-addon2 {
  background-color: #4285f4;
  color: white;
}
.container {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: white;
  border: 1px solid rgba(0,0,0,0.125);
}
.header {
  margin-bottom: 20px;
}
#searchCard {
  background-color: #e9ecef;
  border-width: 0;
}
.city {
  width: 325px;
  padding: 8px;
  text-align: left;
  margin: 0 auto;
}
.forecast {
  margin-left: 10px;
  margin-bottom: 5px;
}
.futureDiv {
  display: flex;
  margin-left: 0px;
  margin-top: 10px;
}
.littleCard {
  margin: 5px;
  box-sizing: border-box;
  width: 20%
}
.futureCard {
  color: white;
  background-color: #4285f4;
  padding-left: 25px;
  padding-right: 0px;
  height: 225px;
}
span {
  padding: 2px;
}