body {
  background-color: #003049;
  color: #f1f1f1;
  font-family: Georgia, serif;
  max-width: 1000px;
  margin: auto;
  padding: 70px 50px;
}

.home,
.home:visited {
  color: #8ecae6;
  text-decoration: none;
  font-size: 16px;
}

.home:hover {
  opacity: 0.6;
}

h1 {
  font-size: 54px;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 70px;
  color: #caf0f8;
}

.post {
  display: flex;
  gap: 30px;
  margin-bottom: 70px;
  align-items: flex-start;
}

.post img {
  width: 220px;
  height: 220px;
  object-fit: cover;
}

.post-text {
  flex: 1;
}

.post-text h2 {
  margin-top: 0;
  font-size: 32px;
  font-weight: normal;
}

.post-text a,
.post-text a:visited {
  color: #ffffff;
  text-decoration: none;
}

.post-text a:hover {
  opacity: 0.6;
}

.post-text p {
  color: #d9edf6;
  font-size: 18px;
  line-height: 1.8;
}

.post-text p {
  text-align: justify;
  font-size: 18px;
}