body {
  background-image: url(../image/weather.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.container {
  max-width: 620px;
  height: 1100px;
  margin: 0 auto;
  display: block;
  padding: 20px 60px;
  border-radius: 10px;
  color: #ffffff;
  font-family: "Squada One", cursive;
  background:inherit;
  filter:opacity(90%)
}
#search-city {
  border-radius: 30px 0 0 30px;
  border: none;
  padding: 1px 10px;
  margin-left: 0;
  box-shadow: 4px 4px 4px #bdbdbd;
}
#button {
  border-radius: 0 30px 30px 0;
  border: none;
  color: #6ea4b9;
  box-shadow: 4px 4px 4px #bdbdbd;
}
#current-button {
  border-radius: 30px;
  border: none;
  color: #6ea4b9;
  background-color: #ffffff;
  margin: 15px;
  margin-left: 150px;
  padding: 5px 15px;
  box-shadow: 4px 4px 4px #bdbdbd;
}
h1 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 40px;
}
#temp {
  text-align: center;
  font-size: 120px;
}
.temperature {
  position: relative;
  left: 20px;
}
#celsius {
  position: relative;
  top: -50px;
}
a {
  font-size: 25px;
  text-align: center;
  margin-top: 0;
  text-decoration: none;
  color: #ecc8a8;
}
h2 {
  text-align: center;
  font-size: 30px;
  margin-top: 0;
}
.circle {
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 390px;
  width: 390px;
  position: relative;
  left: 50px;
  color: #e0b793;
}
h3 {
color:#e7bd97;
}
#forecast {
  text-align: center;
  margin: 5px 7px;
  font-size: 25px;
}
#icons {
  position: relative;
  left: -20px;
}
h4 {
  font-size: 30px;
  margin-top: 30px;
  margin-left: 30px;
}
.comfort {
  text-decoration: underline;
}
.comfort-data {
  font-size: 20px;
  margin-top: 20px;
  margin-left: 10px;
}
h5 {
  font-size: 30px;
}
.title {
  text-decoration: underline;
  margin-top: 30px;
  margin-left: 30px;
}
.wind {
  font-size: 20px;
  margin-top: 20px;
}
#wind-icon {
  font-size: 60px;
  margin-left: 30px;
}
p.coder {
  text-align: center;
  color: #ffffff;
}
#github-link {
  font-size: 17px;
  text-decoration: underline;
  color:#e7d8ca;
  transition: all 200ms ease-in-out;
}
#github-link:hover {
  color: #ffffff;
}
#icons {
  position: relative;
  left: -20px;
}
