h1 {
  color: rgb(54, 14, 148);
  font-size: 40px;
  font-family: monospace;
}
ul {
  list-style: none;
  padding-left: 0rem;
}
li::first-letter {
  text-transform: capitalize;
}
.form-in {
  margin-bottom: 32px;
}
#temperature {
  font-size: 45px;
  padding-top: 5px;
}
.full-page {
  font-family: monospace;
  max-width: 650px;
  margin: 0 auto;
}
.right-list {
  font-size: 16px;
  padding-top: 88px;
  padding-right: 22px;
}

.container {
  padding: 22px 17px 40px;
  margin-top: 40px;
  background-color: white;
  border: 2px solid black;
  border-radius: 10px;
  box-shadow: 2px 1px 4px 2px #87848469;
}
.container-form {
  display: flex;
  justify-content: space-between;
  padding-right: 16px;
}
.container-left {
  text-align: left;
}
.open-source {
  margin: 10px 0px 0px 26px;
  font-size: 10px;
}

#text {
  padding: 4px 150px 4px 2px;
  color: rgb(54, 14, 148);
  font-family: monospace;
}
#button {
  margin-left: 18px;
  border-radius: 5px;
  box-shadow: 3px 2px 4px -3px;
  padding: 4px 8px 4px 8px;
  color: white;
  background-color: rgb(54, 14, 148);
}
img {
  width: 70px;
  height: 70px;
}
.date-desc {
  margin-top: 15px;
  margin-bottom: 39px;
}
.weather-forecast-temp {
  font-size: 13px;
  color: black;
}
.forecast-min {
  opacity: 0.5;
}
.forecast-image {
  width: 42px;
  height: 42px;
}
