p {
  font-size: 18px;
  line-height: 1.6;
  text-indent: 60px;
}

figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

ul,
li {
  list-style: none;
  text-decoration: none;
}

.container {
  margin-left: 80px;
  margin-right: 80px;
  @media screen and (max-width: 650px) {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.author-article {
  text-align: center;
  font-size: 18px;
  font-style: italic;
}
.text-center {
  text-align: center;
}

.last-section {
  margin-top: 50px;
  margin-bottom: 100px;
}

.header {
  margin-bottom: 50px;
}
/* 
.text-indent {
  text-indent: 60px;
} */

.comment-form {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.comment-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.comment-form button {
  padding: 10px 15px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.comment-form button:hover {
  background-color: #45a049;
}

#commentsSection {
  list-style-type: none;
  padding: 0;
  margin: 20px 0;
}

#commentsSection li {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.comment-author {
  font-weight: bold;
  font-size: 1.1em;
  color: #333;
}

.comment-time {
  font-size: 0.9em;
  color: #777;
  margin-left: 10px;
}

.comment-text {
  margin-top: 15px;
  font-size: 1em;
  color: #555;
}

.title {
  text-align: center;

  @media screen and (min-width: 1280px) {
    text-indent: 60px;
    padding-left: 100px;
    text-align: center;
    /* font-size: 28px; */
  }
}

img {
  @media screen and (max-width: 700px) {
    max-width: 450px !important;
  }
  @media screen and (max-width: 470px) {
    max-width: 320px !important;
  }
}
