* {
  padding: 0;
  margin: 0;
}
.page-secrets {
  min-height: calc(100vh - 225px);
  background-color: white;
}
h1 {
  font-size: 70px;
  color: red;
}
.blog-title {
  margin-top: 50px;
}
.blog-preview {
  display: flex;
  flex-direction: column;
  background-color: white;
  align-items: center;
  padding: 60px 80px;
  gap: 10px;
}
.blog-preview a {
  margin-top: 150px;
  text-decoration: none;
  font-family: "Dancing Script", Spartan, cursive, sans-serif;
  color: #6E6A59;
  font-size: 40px;
  font-weight: normal;
}
.blog-preview p {
  font-family: Spartan, sans-serif;
  color: #929292;
  width: 60%;
  height: 100%;
  text-align: center;
}
.blog-preview img {
  align-self: center;
}
.feature-img img {
  margin-top: 20px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1.7777777778;
  max-width: 480px;
  max-height: 360px;
}
.blog-summary {
  justify-items: center;
  margin: 0 auto;
  font-family: Spartan, sans-serif;
  color: #929292;
  width: 60%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .blog-preview {
    padding: 48px 24px 24px;
  }
  .blog-preview p {
    font-size: 14px;
    width: 100%;
  }
}
