.column,
.select,
.columns {
  margin: 10px 0;
}

body {
  background-color: #67d9e6;
}

.column {
  margin: 10px;
}

.park-names {
  color: black;
  font-weight: bold;
  height: 50px;
}

.images {
  width: 10%;
  height: 10%;
}


/* .containerHeader {  
} */
.container {
  display: flex;
  font-size: 25px;
  justify-content: center;
}

.parkResult {
  background-color: #4eed5c;
  border: outset 5px;
  width: auto;
  display: flex;
}

#parkResultContainer {
  display: flex;
  justify-content: center;
}

.weatherResult {
  border: outset #67d9e6 5px;
}

.weatherContainer {
  display: flex;
  justify-content: center;
  font-size: 25px;
  color: black;
}
