body {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  background-image: url(./images/back1.jpg);
  font-family: Elephant;
}
.flex {
  display: flex;
  justify-content: space-around;
}
.container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.container .card-secondary {
  position: relative;
  width: 230px;
  height: 350px;
  margin: 15px;
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
}

.card-primary {
  position: relative;
  width: 480px;
  height: 600px;
  margin: 30px;
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
}

.image-primary {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  height: 300px;
}
.image-secondary {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  height: 150px;
}
.date-primary {
  color: white;
  font-size: 38px;
  font-family: Inter;
  font-weight: 700;
  word-wrap: break-word;
}
.date-secondary {
  color: white;
  font-size: 18px;
  font-family: Inter;
  font-weight: 700;
  word-wrap: break-word;
}
.day-primary {
  color: white;
  font-size: 45px;
  font-family: Inter;
  font-weight: 700;
  word-wrap: break-word;
}
.day-secondary {
  color: white;
  font-size: 25px;
  font-family: Inter;
  font-weight: 700;
  word-wrap: break-word;
}

.wind-icon-primary {
  fill: #aaaaaa;
  height: 40px;
  width: 40px;
}
.wind-icon-secondary {
  fill: #aaaaaa;
  height: 20px;
  width: 20px;
}

.wind-value-primary {
  color: white;
  font-size: 2.5rem;
  display: inline-flex;
  margin-left: 16px;
}
.wind-value-secondary {
  color: white;
  font-size: 1.2rem;
  display: inline-flex;
  margin-left: 16px;
}

.humidity-icon-primary {
  fill: #aaaaaa;
  height: 40px;
  width: 40px;
}
.humidity-icon-secondary {
  fill: #aaaaaa;
  height: 20px;
  width: 20px;
}
.humidity-value-primary {
  color: white;
  font-size: 2.5rem;
  display: inline-flex;
  margin-left: 16px;
}
.humidity-value-secondary {
  color: white;
  font-size: 1.2rem;
  display: inline-flex;
  margin-left: 16px;
}

.temperature-primary {
  text-align: center;
  color: white;
  font-size: 5rem;
  text-align: end;
}
.temperature-secondary {
  text-align: center;
  color: white;
  font-size: 2rem;
  text-align: end;
}
