body {
  background: #f2f2f2;
}

.container {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  justify-content: center;
  transform: translate(-50%, -50%);
  height: 548px;
  width: 1053px;
  background: black;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0 0 20px 8px #d0d0d0;
}

.time-date {
  display: flex;
  font-size: 2rem;
  column-gap: 27rem;
}

.regionn {
  padding: 10px 0px 10px 0px;
  font-size: 15px;
}

#descImg img {
  height: 55px;
}

#desc {
  margin-bottom: 10px;
}

#descWea {
  justify-content: flex-start;
  display: flex;
  align-items: center;
  font-size: 30px;
  column-gap: 13px;
}

.weather {
  padding: 20px 10px 20px 10px;
  margin-top: 10px;
  font-size: 16px;
  background: rgb(245, 244, 244);
  opacity: 0.5;
  color: #000000;
}

.content {
  position: absolute;
  top: 48%;
  height: 274px;
  width: 56rem;
  transform: translatey(-50%);
  text-align: justify;
  color: white;
  padding: 40px;
  font-family: "Merriweather", serif;
}

h1 {
  font-weight: 900;
  text-align: center;
  font-size: 4rem;
}

h3 {
  font-weight: 300;
}
