body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.background-Day {
  background-image: linear-gradient(to bottom, #c3c4be, #f8daa6, #dfdec0);
}
.background-Night {
  background-image: linear-gradient(to bottom, #412f3a, #76607c, #d1c9ce);
}

h1 {
  color: #cd91d7;
  font-size: 24px;
  font-weight: 900px;
  margin: 0;
  line-height: 28px;
}

button {
  margin-left: 5px;
  position: relative;
  top: 1px;
}

input[type="text"] {
  border-radius: 20px;
  border: solid;
  border-color: #90dad5;
  height: 44px;
  outline: 0;
  padding: 10px;
  width: 300px;
}

.btn {
  border-radius: 20px;
  height: 44px;
}

.weather-summary {
  padding-bottom: 20px;
}

.weather-summary-header {
  padding-bottom: 20px;
}

.weather-detail__text {
  color: black;
  font-size: 16px;
  font-weight: 900px;
  line-height: 20px;
  color: #cd91d7;
}

.weather-container {
  border-style: solid;
  border-color: #90dad5;
  margin: 20px 100px;
  max-width: 1000px;
  padding: 30px;
  border-radius: 20px;
}

.weather__icon {
  float: left;
}

.weather__icon--today {
  float: left;
  height: 64px;
  width: 64px;
}

.weather-unit__text--today {
  color: #333;
  float: left;
  font-size: 16px;
  line-height: 1.5;
}

.weather-unit__text-separator {
  float: left;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 5px;
}

.weather-temp--today {
  color: #333;
  float: left;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  padding-left: 10px;
}

.day__block {
  float: left;
  padding: 7px;
  width: 12.5%;
}

.day__block-date {
  color: black;
}

.day__block-image {
  display: block;
  margin: 0 auto;
  max-height: 48px;
  max-width: 48px;
}

.day__block-date {
  text-align: center;
}
.day__block-temps {
  text-align: center;
}

.day__block-temp {
  font-size: 13px;
  line-height: 15px;
  color: black;
}

.day__block--selected {
  background-color: #fcfcfc;
  border-radius: 1px;
  border: 1px solid #e9e9e9;
}

footer {
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 11px;
}
