* {
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
  font-size: 1.3rem;
}
.main-container {
  display: block;
  background-color: aliceblue;
}

.header {
  height: 70px;
}

.main-header {
  margin-left: 30px;
  margin-right: 30px;
}
.header-line {
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
}

.CAST {
  color: #16a34a;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
}

.logo {
  width: 50px;
  height: 50px;
}

.icons {
  padding-top: 12px;
  padding-bottom: 10px;
  display: flex;
  gap: 4rem;
  margin-bottom: 3.2rem;
}

/* .user {
  padding-left: 20px;
} */

.card-img {
  width: 1040px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.text {
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
}

.back-link {
  text-decoration: none;
  color: #16a34a;
  margin-left: 20px;
  margin-bottom: 30px;
  margin-top: 15px;
  font-size: 20px;
  display: inline-block;
}

.main-blog {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  /* align-items: center; */
  /* padding: 40px 20px; */
}

.blog-card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #ffffff;
  width: 1040px;
}
.txt-gray {
  color: rgb(110, 106, 106);
}

h2 {
  color: #ae540a;
  font-size: 4.8rem;
  font-weight: bold;
}

h5 {
  font-size: 3.2rem;
  margin-bottom: 12px;

  color: #008000;
}

.p-txt {
  margin-bottom: 25px;
  font-size: 2rem;
}

.section-footer {
  background-color: #008000;
  margin-top: 60px;
  color: #ffffff;
}
.footer {
  display: flex;
  margin-right: 24px;
  margin-left: 24px;
  margin-top: 48px;
  margin-bottom: 70px;
  /* align-items: center;*/
  justify-content: center;
}
.footer-row-cast,
.footer-row-links,
.footer-contact {
  width: 300px;
  margin-right: 100px;
  margin-top: 48px;
  /* border: 2px solid black; */
  padding: 10px;
}
.link {
  line-height: 2.6;
}
.link,
a {
  color: #dcfce7;
  text-decoration: none;
}

.foooter-cast,
h4 {
  margin-bottom: 16px;
}

.footer-text {
  margin-bottom: 16px;
  color: #dcfce7;
  line-height: 2;
  display: flex;
}
.cast-icons {
  display: flex;
}
.fb-icon,
.tw-icon,
.in-icon {
  margin-right: 25px;
  font-size: 20px;
  cursor: pointer;
}

.footer-content {
  margin-left: 24px;
  margin-right: 24px;
}

.footer-content-row {
  display: flex;
  justify-content: center;
  border-top: 1px solid #d9f0e148;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-copyright {
  margin-right: 20px;
}
.location,
.contact,
.envelope {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loc-icon,
.call-icon,
.mail-icon {
  margin-right: 10px;
  cursor: pointer;
}
