.container {
  margin: 20px auto;
  max-width: 1380px;
}
.wrapper {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url(../images/background.jpg);
  background-position: center;
  background-size: cover;
}
p {
  text-align: center;
  font-size: 25px;
  margin: 0 auto;
}
.weekDays {
  color: rgb(255, 255, 255);
  font-family: "Edu TAS Beginner", cursive;
  font-size: 25px;
  display: block;
  text-align: center;
}
img {
  width: 90px;
}
.forecast {
  font-size: 20px;
}
#maxtemp {
  color: rgb(255, 0, 0);
}
#mintemp {
  color: rgb(243, 255, 11);
}
form {
  text-align: center;
  font-family: "Edu TAS Beginner", cursive;
  font-size: 30px;
  padding: 10px;
  border-radius: 40px;
}
#send {
  font-size: 30px;
  font-family: "Edu TAS Beginner", cursive;
  color: #ffffff;
  margin: 30px auto;
  background: transparent;
  border: 1px solid white;
}
#send:hover {
  cursor: pointer;
  transition: all 200ms ease-in-out;
  transform: scale(1.1);
  color: rgb(255, 255, 255);
  border: 1px solid white;
}
h2 {
  display: block;
  font-size: 50px;
  padding: 0;
  border-radius: 40px;
  text-align: center;
  font-family: "Edu TAS Beginner", cursive;
  color: rgb(255, 255, 255);
  margin: 0px 30px 30px 30px;
}
.weatherData {
  color: rgb(255, 255, 255);
  font-family: "Edu TAS Beginner", cursive;
  font-size: 20px;
  padding: 5px;
  display: block;
  text-align: justify;
  border-radius: 15px;
}
.weatherData:hover {
  transform: scale(1.2);
  border: none;
}
.description {
  color: rgb(255, 255, 255);
  font-family: "Edu TAS Beginner", cursive;
  font-size: 30px;
  padding: 5px;
  display: block;
  text-align: center;
}
.time-date {
  color: rgb(255, 255, 255);
  font-family: "Edu TAS Beginner", cursive;
  font-size: 20px;
  padding: 5px;
  display: block;
  text-align: center;
  border-radius: 15px;
}
.time-date:hover {
  border: none;
  transform: scale(1.2);
}
button {
  display: block;
  padding: 10px 50px;
  font-size: 30px;
  border-radius: 40px;
  font-family: "Edu TAS Beginner", cursive;
  color: rgb(255, 255, 255);
  margin: 30px auto;
  background: transparent;
  border: 1px solid white;
}
button:hover {
  cursor: pointer;
  transition: all 200ms ease-in-out;
  transform: scale(1.5);
  color: rgb(255, 255, 255);
}
.fahrenheit {
  margin: 30px 85px;
  font-size: 30px;
  font-family: "Edu TAS Beginner", cursive;
  text-align: center;
  border: 1px solid white;
  border-radius: 15px;
  padding: 10px 0;
  font-weight: bold;
  color: rgb(255, 0, 0);
}
.fahrenheit:hover {
  transform: scale(1.2);
}
.active {
  color: rgb(255, 255, 255);
  cursor: default;
  text-decoration: none;
}
.active:hover {
  text-decoration: none;
}
small {
  text-align: left;
  font-size: 20px;
  color: #8327f8;
  font-family: "Edu TAS Beginner", cursive;
}
.website {
  text-decoration: underline;
  color: #0a58ca;
}
