body {
  background-color: #dad8d8;
}

h1 {
  text-align: center;
  color: white;
  background-color: #333;
}

.savedCity {
  margin-top: 4px;
}

.form-control:focus {
  border-color: rgb(133, 133, 133);
  box-shadow: none;
}

.place {
  height: 100px;
  width: 100px;
}

.float {
  float: left;
  margin-left: 15px;
}

#UV {
  display: inline-block;
}

.bg-light {
  margin-right: 10px;
  border-radius: 25px;
}

.bg-secondary {
  margin-right: 10px;
  border-radius: 25px;
}

#weatherDiv {
  margin-bottom: 10px;
  padding: 15px;
}

.searchedCities {
  padding: 20px;
  margin-bottom: 10px;
}

.hidden {
  display: none;
}

.margin {
  margin-top: 10px;
}
