@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500;600&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
}

h3 {
  padding-top: 10px;
}

h4 {
  padding-bottom: 10px;
  font-size: 10px;
}

#today {
  font-size: 20px;
  font-weight: 500;  
}

#forecast {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: none;
}

.row {
  background-color: rgba(217, 244, 129, 0.662);
  border-radius: 7px;
}

#form-heading {
  padding-left: 16px;
  padding-top: 10px;
}

#search-input {
  margin-bottom: 10px;
}

.form-input,
.btn {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  border-radius: 2px !important;
  margin: 1px;
  text-align: center;
}

.btn {
  color: white !important;
  background-color: black !important;
  margin-top: 5px;
  cursor: pointer !important;
  width: 183%;
}

.history-btn {
  text-transform: capitalize;
}

.hr {
  margin-top: 15px;
  width: 100%;
}

.hide {
  display: none;
}
