body {
  background-color: #dfe7ee;
  line-height: 1.5;
  font-size: 125%;
  display: flex;
  font-family: sans-serif;
}

.container {
  background-color: #7193b4 ;
  padding: 0 4.5em 10em;
  margin: 1em auto 0 auto;
  -webkit-filter: drop-shadow(0 1em 1em rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 1em 1em rgba(0, 0, 0, 0.1));
}

h1 {
  border-bottom: 4px solid rgb(177, 188, 234);
  padding-bottom: 0.25em;
  margin-bottom: 1em;
  text-align: center;
}

.input {
  border: none;
  outline: none;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  background-color: #7193b4 ;
  color: #edeff0;
}

.main-weather {
  display: none;
  line-height: 2.2rem;
  height: 30vh;
  text-align: center;
  color: #edeff0 ;
  font-weight: bold;
}

.temp {
  margin: 25px;
  font-size: 40pt;
}

#weather-icon {
  width: 90px;
  height: 90px;
  filter: drop-shadow(0 1em 1em rgba(0, 0, 0, 0.1));
}


#searchBtn {
  margin: 1em auto 0 auto;
  padding: 5px;
  width: 100px;
  outline: none;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  display: flex;
  border: 2.5px solid #0b517f; 
  border-radius: 15px;
}

