* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
  background-image: url(imagens/quadriculado-napolitano.jpg);
  object-fit: fill;
  justify-content: center;
  display: flex;
}

.site-wrapper {
  width: 920px;       /* ou 900px, como preferir */
  margin: 0 auto;     /* centraliza na tela */
  background-color: #FFF8DC;
  border: 3px dotted #7f6344;
  height: 100%;
}

.container-nav-e-header {
  width: 100%;
  /* max-width: 920px; */
  background-color: #FFF8DC;
  overflow: hidden; /* isso evita estouro */
  /* height: 700%; */
}

.header-image {
  position: relative;
  width: 100%;
  height: 20rem;
}

.rilakkuma-jardim-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-title {
  position: absolute; /* isso é ESSENCIAL */
  top: 90%;
  left: 19%;
  transform: translate(-50%, -50%);
  color: #6D9965;
  font-size: 40px;
  text-decoration: underline;
}


nav {
    margin-top: 30px;
    margin-left: 2rem;
    margin-right: 2rem;
    margin: 10px 20px 0 20px;
    /* justify-content: center; */
    color: #202020;
    padding: 20px;
    border-width: 3px;
    background-color: #ffddf0;
    border-radius: 10px;
    border-width: 3px;
    border-color: #7f6344;
    border-style: dotted;
}

.nav-items {
    list-style: none;
    justify-content: center;
    display: flex;
    font-size: 22px;
    cursor: pointer;
    gap: 5%;
}

.nav-items>li>a {
    text-decoration: none;
    color: #7f6344;
}


.main-title {
  text-align: center;
  margin-top: 30px;
}


.flexbox {
  display: flex; /* lado a lado */
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start; /* alinha no topo */
  gap: 40px; /* espaço entre as colunas */
  padding: 30px;
  background-color: #FFF8DC;
 }

h1 {
    font-size: 40px;
    text-decoration: underline;
    color: #6D9965;
}

 h2 {
    font-size: 32px;
    text-decoration: underline;
    color: #6D9965;
}

.left-container {
  width: 60%;
  font-size: 20px;
  color: #74C365;
}

.home-left-container-text-icon {
  width: 30px;
  vertical-align: middle;
  margin-right: 5px; /* espaço entre ícone e texto */
}

.right-container {
  width: 40%;
}

.menina-welcome-right-container {
  width: 90%;
  height: 100%;
  margin-top: 40px;
  object-fit: cover;
}

.flexbox-two {
  display: flex; /* lado a lado */
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start; /* alinha no topo */
  gap: 40px; /* espaço entre as colunas */
  padding: 30px;
  background-color: #FFF8DC;
 }

.left-container-two {
  width: 50%;
  font-size: 20px;
  color: #74C365;
}

.things-highlight {
  color: #7F6344;   /* cor que combina com seu tema */
  text-decoration: underline;
}

.things-icon {
  width: 18px;     /* ou o tamanho que quiser */
  height: auto;
  vertical-align: middle;
  margin-right: 5px;  /* espaço depois do ícone */
}

.right-container-two {
  width: 40%;
}

.current-things-list {
   margin-top: 5px;
   margin-bottom: 10px;
   list-style: none;
   gap: 1px;
   font-size: 20px;
   color: #74C365
}

.current-obsessions-list {
   margin-top: 5px;
   margin-bottom: 10px;
   gap: 1px;
   font-size: 20px;
   color: #7F6344;
   margin-left: 20px;
}

.divisoria-home {
 display: flex;
 object-fit: cover;
 width: 100%;
}

.divisoria-home-gif {
  width: 90%;
  margin-left: 45px;
}

footer {
  background-color: #ffddf0;  /* cor de fundo parecida */
  text-align: center;         /* centraliza tudo */
  padding: 20px;    
  /* margin-top: 45%; */
  margin-bottom: 20px;
  border-style: solid;
  border-color: #7f6344;
  border-width: 1px;
  margin-left: 0.7rem;
  margin-right: 0.7rem;
}

.images-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;   /* centraliza os badges */
  gap: 5px;                  /* espaço entre eles */
  margin-bottom: 12px;   
}

.img-links {
  width: 88px;
  height: 31px;
  object-fit: cover;
  border: 1px solid #000;
}

.footer-links-container {
  display: flex;
  justify-content: center;
  gap: 35px;
  flex-wrap: wrap;
  align-items: center;
}

.footer-link-item {
  display: inline-flex;
  align-items: center;
}

.footer-links {
  color: #000;  /* aplica a cor certa */
  font-size: 19px;
  text-decoration: underline;
}

.icon-links {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.flexbox-three {
  display: flex; /* lado a lado */
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start; /* alinha no topo */
  gap: 40px; /* espaço entre as colunas */
  padding: 30px;
  background-color: #FFF8DC;
 }

  .left-container-three {
    width: 50%;
    font-size: 20px;
    background-color: #ffddf0;
    border: 1px solid #7F6344;
    border-radius: 20px;
    padding: 10px;
    height: 300px;
  }

  .right-container-three {
    width: 50%;
    font-size: 20px;
    background-color: #ffddf0;
    border: 1px solid #7F6344;
    border-radius: 20px;
    padding: 10px;
    height: 300px;
  }

  .to-do-list-home {
    margin-left: 25px;
    color: #7F6344;
  }

.divisoria-home-two {
 display: flex;
 object-fit: cover;
 width: 100%;
}

.divisoria-home-gif-two {
  width: 94%;
  margin-left: 30px;
}

.gatinhos-seção {
  display: flex;
  flex-direction: row;
  justify-content: center; /* ou "space-between" */
}

.gatinhos-seção img {
  width: 30%;
  object-fit: cover;
  margin: 0 10px; /* margem horizontal mais suave */
  height: 150px;
  margin-top: 27px;
}

.i-love-all-the-cats {
  margin-top: 27px;
  width: 95%;
  background-color: #ffddf0;
  border-radius: 20px;
  padding: 20px 38px; /* 20px em cima e embaixo, 30px nos lados */
  margin-left: 1.4rem;
  text-align: center;
  border: 1px solid #7F6344;
}

.flexbox-four {
  display: flex; /* lado a lado */
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start; /* alinha no topo */
  gap: 40px; /* espaço entre as colunas */
  padding: 30px;
  background-color: #FFF8DC;
 }

 .right-container-four {
  width: 60%;
  margin-left: 30px;
}

  .left-container-four {
    width: 40%;
  }

  .left-container-four img {
    width: 100%;
    margin-top: 27px;
    object-fit: cover;
  }
