body {
  background-image: url(cirrus-clouds.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
  font-family: "Merienda", cursive;
}

.search-form {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0px;
  background-color: rgba(0, 0, 0, 0.3);
  max-width: 600px;
  height: 100px;
  border-radius: 10px;
}
.submitsearch {
  margin: 25px 20px;
  font-size: 14px;
  border: none;
  height: 45px;
  border-radius: 8px;
  font-family: "Merienda", cursive;
}
.search-city {
  width: 420px;
}
.search-button {
  width: 100px;
}

.first-section {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 600px;
  height: 100px;
  border-radius: 10px;
}

.city-name {
  font-size: 40px;
  font-weight: bolder;
  margin-top: 15px;
}
.icon {
  height: 200px;
}

main {
  display: block;
  margin: 15px auto;
  background-color: rgba(0, 0, 0, 0.3);
  max-width: 600px;
  border-radius: 10px;
}
.second-section {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  padding: 10px 15px;
  border-bottom: 1px solid rgb(255, 255, 255, 0.3);
}

.third-section {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}
.temp-unit {
  display: flex;
  justify-content: center;
}
.temperature {
  font-size: 70px;
}
.unit {
  font-size: 18px;
  position: relative;
  left: 12px;
  top: 18px;
}

.country {
  font-size: 28px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(255, 255, 255, 0.3);
}
section {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
}
.humidity {
}
footer {
  text-align: center;
  font-size: 13px;
}
.contact-me {
  color: black;
}
