body {
  background: #8ac4d0;
  font-family: "Lato", sans-serif;
  margin: 0 auto;
  width: 650px;
}
header {
  color: white;
  font-size: 40px;
  font-weight: 600;
  margin: 15px auto 1px;
  position: fixed top;
  text-align: left;
  width: 650px;
}
.fas.fa-sun {
  color: white;
  background: #ec6e4c;
  border-radius: 6px;
  display: inline;
  font-size: 35px;
}

.search-engine {
  margin-top: 20px;
}
.search-col {
  margin-left: 15px;
  padding: 0;
}
input.search-input {
  background: #f2f2f1;
  border: 1px solid #e5e5e5;
  border-radius: 9px;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: italic;
  margin-left: 15px;
  padding: 10px;
}

input.search-input:hover {
  background: #b8dfd8;
  border: 2px solid #b8dfd8;
  border-radius: 9px;
  cursor: default;
  transition: all 200ms ease-out;
}

.submit-button-col {
  padding: 0;
}
.submit-button {
  background: #f2f2f1;
  border: 2px solid white;
  border-radius: 50px;
  box-shadow: 2px 2px 10px #b8dfd8;
  padding: 8px;
  text-align: center;
  transition: all 200ms ease;
}

.submit-button:hover {
  cursor: pointer;
  background: #e5e5e5;
  border: 2px solid white;
  border-radius: 50px;
}

.my-location {
  background: #f2f2f1;
  border: white;
  border-radius: 10px;
  color: rgb(59, 59, 59);
  display: inline-block;
  font-size: 21px;
  width: 43px;
  transition: all 200ms ease-in-out;
}

.my-location:hover {
  color: #38a3a5;
  background: #f2f2f1;
}

.container {
  background: white;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  padding: 6px;
  width: 650px;
}
.current-weather {
  color: #007580;
  margin: 45px 10px 20px;
  padding: 6px;
}

.current-day {
  color: #38a3a5;
  font-size: 12px;
  font-weight: 300;
  margin-right: 10px;
  padding: 2px;
  text-align: right;
}

.city {
  color: #38a3a5;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.city-col {
  border-right: 1px solid grey;
  padding: 0;
}
.weather-details-col {
  font-size: 17px;
  font-weight: 300;
}

.current-temp-col {
  border-right: 1px solid grey;
  padding: 0;
  text-align: center;
}
.weather-temperature img {
  background: #b8dfd8;
  border-radius: 6px;
  height: 70px;
  width: 60px;
  margin: 0;
  padding-bottom: 15px;
}
.current-temperature {
  color: #38a3a5;
  font-size: 35px;
  font-weight: 400;
  margin-left: 23px;
}

.units {
  color: #38a3a5;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  bottom: 15px;
  text-decoration: none;
}

p {
  color: #ec6e4c;
  font-size: 25px;
  margin: 45px 15px 1px;
  text-align: center;
}
.weather-forecast {
  background: #b8dfd8;
  border: rgb(59, 59, 59);
  border-radius: 6px;
  color: black;
  margin: 1px 15px 25px;
  padding: 20px 6px;
  text-align: center;
}

.weather-forecast-day {
  font-size: 15px;
  font-weight: bold;
  opacity: 0.5;
}

.weather-forecast-temperatures {
  font-size: 13px;
}

.weather-forecast-temperature-min {
  opacity: 0.5;
}

footer {
  color: white;
  font-size: 12px;
  font-weight: 400;
  margin: 5px auto;
  padding-left: 6px;
  text-align: center;
}
.source-link,
.host-link {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
