* {
  box-sizing: border-box;
}
body {
  background-image: url(https://images.pexels.com/photos/3601453/pexels-photo-3601453.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=500);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  max-width: 100%;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
}
#city {
  font-size: 50px;
}
.info {
  font-weight: normal;
  text-align: center;
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #5b3625;
}
p {
  margin-bottom: 0;
}

button {
  display: inline;
  margin-top: -2px;
  box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.2);
}
img {
  width: 50px;
}

small {
  margin-left: 80px;
  color: #ffffff;
}

.form-control {
  display: inline;
  margin-top: 18px;
  box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.2);
}
#cercle {
  width: 450px;
  height: 280px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 125px;
  display: block;
  margin: 0 auto;
  box-shadow: 3px 8px 20px rgba(148, 142, 142, 0.938);
  backdrop-filter: blur(5px);
}
.card-group {
  margin-top: 35px;
  box-shadow: 3px 8px 20px rgba(148, 142, 142, 0.938);
  color: #5b3625;
  font-weight: 600;
  margin-bottom: -10px;
}
.card {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
}
.fa-sun {
  color: #e9c999;
  text-align: center;
}
.fa-cloud {
  color: gray;
}
.openSource {
  text-decoration: none;
  color: #feae2e;
}
#weather-condition {
  text-transform: capitalize;
}
.active {
  color: #5b3625;
  cursor: default;
  text-decoration: none;
}
.units .active:hover {
  color: #5b3625;
  text-decoration: none;
}
#degree {
  font-size: 40px;
}

#fahrenheit {
  position: relative;
  font-size: 20px;
  top: -14px;
  text-decoration: none;
}
#celsius {
  position: relative;
  font-size: 20px;
  top: -14px;
  text-decoration: none;
}

.minTemp {
  opacity: 0.6;
}
