.form-group h1 {
  font-size: 2em;
}
button {
  width: 100%;
}
.text-darkgray {
  color: rgb(44, 40, 40);
}
.text-darkgray:hover {
  color: #fff;
}
.border-2 {
  border-width: 2px !important;
}
.current-conditions h2 {
  font-size: 1.3em;
}
.forecast h2 {
  font-size: 1.3em;
}
.forecast-days {
  background-color: #15264e;
}
.forecast-days h4 {
  font-size: 1.1em;
}
