body {
  background-image: url(./Designs/new-img/pexels-anastasiya-vragova-6662557.jpg) ;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
}

h1 {
  color: #4d4c4c;
  text-align: center;
}

h2 {
  color: #4d4c4c;
  text-align: center;
}

.forecast {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 20px;

}

.weather-box {
  
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;   
} 

.main-container{
  background-color: #b7cbf5;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding-bottom: 16px;
  border-radius: 30px;
  width: 25%;
  height: 100%;
  border: 6px solid #6060e8;
  font-family: "Montserrat";
  box-shadow: 0px 4px 4px 0px;
  opacity: 0.8;
}

.todays-prompt {
  text-align: center;
  padding-top: 10%;
  padding-bottom: 5%;
  color: #4d4c4c;
}

.todays-prompt img {
  margin: 50px 0 0 0;
  height: 80px;
}

.main-container {
background-color: #b7cbf5;
flex: 1;
display: flex;
justify-content: flex-start;
flex-direction: column;
padding-bottom: 16px;
border-radius: 30px;
width: 75%;
height: 100%;
border: 6px solid #6060e8;
font-family: "Montserrat";
box-shadow: 0px 4px 4px 0px;
padding-top: 40px;
opacity: 0.9;
}


.todays-prompt {

  text-align: center;
  padding-top: 10%;
  padding-bottom: 5%;
  color: #4d4c4c;
}

.header {
  text-align: center;
  font-size: 30px;
  color: #4d4c4c;
}
.time {
  text-align: center;
  color: #4d4c4c;
}

.report {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #4d4c4c;
}

.day {
  color: #4d4c4c;
}

.temp {
  color: #4d4c4c;
}

@media  (max-width: 768px) {
  .report {
  gap: 40px; 
}
}

@media (min-width: 1200px){
  .report {
  gap: 80px;
}
}
