
body {
    font-family: 'Georgia', serif;
    background-color: #f1e4e8;
    color: #5d3f47;
    background: linear-gradient(to right, #f8e2e6, #f5d4d7);
}
main{
    line-height: 1.6;
    margin-top: 10px;
    padding: 0;
    display: flex;
    background-color: #fff;
    justify-content: center; /* Centraliza o conteúdo horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    flex-direction: column; /* Mantém os elementos em coluna */
}

header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    overflow: hidden;
}
header li {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    margin-left: 10px;
    margin-top: 10px;
}
header li a, .dropbtn {
    display: flex;
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
header li a:hover, .dropdown:hover .dropbtn {
    background-color: rgb(219, 217, 217);
}
header li.dropdown {
    display: inline-block;
}
header .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fcfafa;
    min-width: 200px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
}
header .dropdown-content a {
    color: rgb(8, 7, 7);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
header .dropdown-content a:hover {
    background-color: rgb(219, 217, 217);
}
header .dropdown:hover .dropdown-content {
    display: block;
}
header .inicio-container img {
    width: 180px;
    margin-top: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

/* Centralizando o container principal */
.container {
    max-width: 1200px;
    width: 100%;
    padding: 20px;
    text-align: center;
}

/* Estilo para o cabeçalho */
header {
    background-color: #f1e4e8;
    margin-top: 10px;
}

#logo {
    font-size: 32px;
    color: #d76d77;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
}

#openMenu {
    font-size: 30px;
    background: none;
    border: none;
    color: #d76d77;
    cursor: pointer;
}

#Menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#Menu a {
    color: #d76d77;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    transition: color 0.3s ease;
}

#Menu a:hover {
    color: #b7575e;
}

#closeMenu {
    background: none;
    border: none;
    color: #d76d77;
    font-size: 24px;
    cursor: pointer;
}

#Menu.active {
    display: block;
}

/* Seção de início */
.inicio {
    text-align: center;
    border-radius: 15px;
    max-width: 1000px;
}

.inicio h1 {
    font-size: 40px;
    color: #d76d77;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.inicio img {
    width: 100%;
    max-width: 480px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease-in-out;
}

.inicio img:hover {
    transform: scale(1.05);
}
.titulo img{
    width: 100%;
    max-width: 800px;
    height: 500px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease-in-out;
}

/* Estilo para o conteúdo sobre Coquette */
.estilo2 {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 15px;
    text-align: center;
}

/* Centralizando imagens */
.estilo2 img {
    display: flex;
    margin: 20px auto;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.estilo2 .collor img {
    width: 80%;
    max-width: 450px;
}

.roupas, .maquiagem, .imagem-container, .acessorios {
    padding: 20px;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.roupas img, .maquiagem img, .imagem-container img,.acessorios img {
    box-shadow: 2px 2px 5px rgb(255, 225, 144);
    width: 100%;
    height: 100%;
    margin: 10px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.estilo2 img:nth-child(n+15) { /* Reduzindo imagens após a 14ª */
    width: 70%;
    max-width: 300px;
}

/* Estilizando títulos e textos */
.estilo2 h3 {
    font-size: 40px;
    margin-top: 40px;
    color: #d76d77;
}

.estilo2 p {
    font-size: 20px;
    color: #5d3f47;
    margin: 20px 0;
    line-height: 1.7;
}

/* Adicionando efeito de hover nos títulos e parágrafos */
h3, p {
    transition: color 0.3s ease-in-out;
}

h3:hover, p:hover {
    color: #b7575e;
}
footer .container1 {
    max-width: 855px;
    margin: auto;
  }
  footer {
    margin-top: 10px;
    display: flex;
  }
  footer li, footer a, footer h3 {
    color: #000000;
  }
  footer .left {
    float: left;
    width: 570px;
  }
  footer .right {
    float: right;
    width: 285px;
    align-items: flex-start;
    gap: 20px;
  }