body {
  background-color: #e5fffa;
}

h1 {
  margin-left: 100px;
  color: #000;
}

.title {
  color: #000;
  font-size: 20px;
  margin-left: 10px;
}

#container {
  width: 90%;
  margin: auto;
}

input {
  margin-bottom: 10px;
}

img {
  border: 5px white solid;
}

img {
  border-radius: 5px;
  border: 10px white solid;
}
#temp {
  color: #000;
  font-size: 16px;
}
#zipCode{
  color: #000;
  font-size: 14px;
}
#forecast{
  color: #000;
  font-size: 20px;
}

#space_container {
  margin-top: 30px;
}

#wu {
  margin-top: 35px;
  height: 300px;
  width: 400px;
}
p.city
#stars {
  background-color: white;
  border: 3px solid navy;
  height: 300px;
  width: 400px;
}

#zipList {
  color: navy;
  font-size: 16px;
}
li:hover {
  color: red;
  font-size: 16px;
}

.pastCity, .pastState {
  color: red;
  font-size: 18px;
  font-weight: bold;
}
