.playwrite-au-sa {
  font-family: "Playwrite AU SA", cursive;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}
body {
  display: block;
  margin: 0 auto;
  background-image: url("https://s3.amazonaws.com/shecodesio-production/uploads/files/000/162/676/original/pascal-bullan-Z72zABXY50Y-unsplash.jpg?1744236201");
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.1);
  background-blend-mode: overlay;
}

h1 {
  color: #772e25;
  font-family: "Playwrite AU SA";
  padding: 5px;
  margin: 20px 140px 20px 10px;
  font-size: 30px;
  display: flex;
  flex-wrap: wrap;
}
hr {
  color: rgba(140, 28, 19, 0.3);
  margin: 20px 20px;
  border-color: rgba(140, 28, 19, 0.1);
}

p.temperature-now {
  font-family: "Playwrite AU SA";
  font-weight: bold;
  font-size: 27px;
  color: #772e25;
}
p.temperature-now {
  display: flex;
  position: relative;
  justify-content: flex-end;
  top: -150px;
  right: 10px;
}
p.current-date {
  font-family: "Courier New", Courier, monospace;
  color: #8a7269;
  margin: 10px;
}
form input {
  font-family: "Courier New", Courier, monospace;
  background-color: rgba(227, 222, 208, 0.4);
  border: none;
  border-radius: 4px;
  padding: 15px 115px 15px 10px;
  margin: 10px auto;
  font-size: 15px;
}
button {
  background-color: #772e25;
  padding: 15px;
  color: #edddd4;
  border: none;
  border-radius: 4px;
  font-family: "Courier New", Courier, monospace;
}
button:hover {
  cursor: pointer;
}
p.coded-by {
  font-family: "Courier New", Courier, monospace;
  color: #8a7269;
  margin: 10px;
  font-size: 11px;
}
strong {
  color: #772e25;
  font-weight: bolder;
}
.foot-link {
  color: #bf4342;
}
#menu-button {
  margin: 5px auto;
  padding: 1px;
  display: flex;
  position: relative;
  top: 35px;
  right: 30px;
}
#menu-button:hover {
  cursor: pointer;
}
.material-symbols-outlined.button {
  font-size: 20px;
}
.logo {
  display: block;
  margin: 5px auto;
  width: 100px;
  height: 100px;
}
.menu {
  display: flex;
  justify-content: space-between;
  margin: 0px auto;
  max-width: 400px;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.3);
  list-style: none;
  margin: 45px 10px 10px 10px;
  box-shadow: #8a7269 0px 0px 10px;
  border-radius: 5px;
  padding: 8px 16px;
  min-width: 100px;
}
.menu {
  font-family: "Courier New", Courier, monospace;
  text-decoration: none;
  font-size: 15px;
  color: #772e25;
  line-height: 1.7;
}
.container {
  display: block;
  border-radius: 10px;
  box-shadow: 1px 10px 10px rgba(167, 138, 127, 0.9);
  /*text-align: justify;*/
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: overlay;
  margin: 0px auto;
  max-width: 400px;
}
.current-weather {
  margin: 0px 0px -100px 0px;
}
.current-date {
  text-align: left;
  padding: 0px 0px 10px 0px;
}
.material-symbols-outlined.main {
  font-size: 40px;
  padding: 8px 10px 0px 5px;
}
.material-symbols-outlined {
  font-size: 25px;
  padding: 5px;
}
.forecast {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 40px auto;
  padding: 0;
  max-width: fit-content;
}
.forecast-weather {
  display: inline-block;
  justify-content: space-between;
  padding: 0 2px;
  margin: 40px 0px 40px 1px;
  text-align: center;
  font-family: monospace;
  color: #8a7269;
}
.forecast-date {
  font-size: 14px;
  display: block;
  margin: 0 auto;
  margin-bottom: 7px;
}
.unit {
  font-size: 13px;
  display: block;
  margin: 0 auto;
  margin-left: 5px;
  margin-top: 7px;
}
.forecast-icon {
  display: block;
  margin: 0 auto;
}
