* {
    margin: 0%;
    padding: 0%;

    box-sizing: border-box;
}


img {
    display: block;
    width: 100%;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #fff;
    color: #333;
}

header {
    background: linear-gradient(to bottom, #ffd6ea, #fff);
    text-align: center;
    padding: 20px 0;
    position: relative;
}




.topbar {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 12px;
    color: #ffcce6;
}

.social-icons span {
    margin-left: 10px;
}

#logo {
    width: 150px;
    margin: 10px auto;
    display: block;
}



nav {
    margin-top: 10px;
}

nav a {
    text-decoration: none;
    color: #ff66b2;
    font-weight: bold;
    margin: 0 15px;
    font-size: 18px;
}

#entrada {

    background-color: #ffcce6;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 20px;
    text-align: center;
}

.biografia {
    background-image: url(imagens/introdução_sanrio_tela.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    border-radius: 30;
}

.intro p {
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;
    color: #cc6699;
    margin-bottom: 5px;
}

.intro h1 {
    font-size: 40px;
    color: #ffffff;
    font-family: 'Georgia', serif;
    margin-bottom: 10px;
}

.estrelas img {
    width: 50px;
    margin-left: 5px;
    margin-right: 5px;
}



.estrelas {

    display: flex;
    justify-content: center;
}

.descricao {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 30px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.descricao strong {
    font-weight: bold;
    color: #000;
}


#header {
    align-items: center;
    margin-left: 40%;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #fff;
    color: #333;
}

/* a mesma coisa para o button */
button {
    display: block;
}

.biografia {
    margin-left: 60;
}


#criacao {
    background-color: #ffcce6;
    margin: 0 15px;
    padding: 40px 20px;
    text-align: center;
    text-decoration: none;
    color: #ff66b2;
    font-weight: bold;

}

#criacao h1 {
    font-size: 32px;
    color: #ffbaba;
    margin-bottom: 30px;
}

.conteudo_centrado {

    width: 90%;
    border: 4px solid rgb(255, 161, 184);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    gap: 20px;
    flex-wrap: wrap;

}


h1 {

    font-size: 96px;
    color: #ffffff;
    -webkit-text-stroke: #ff6b84 3px;
    text-align: center;
}

button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}

/* o # representa um id no HTML */

.tres_colunas {
    flex: 1;
    min-width: 250px;
    max-width: 350px;
    border: 2px solid #ff99cc;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    background-color: hsl(337, 100%, 85%);

}

.tres_colunas img {
    width: 100%;
    height: auto;
    margin: 10px 0;
    border-radius: 8px;
}

.tres_colunas h3 {
    color: #ffb1b1;
    font-size: 18px;
    margin-bottom: 10px;
}

.tres_colunas p {
    font-size: 14px;
    color: #444;
}

.tres_colunas button {
    margin-top: 10px;
    padding: 8px 15px;
    background-color: #ff99cc;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.tres_colunas button a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

@media (max-width: 768px) {
    .conteudo_centrado {
        flex-direction: column;
        align-items: center;
    }

    .tres_colunas {
        width: 80%;
    }
}

/* #ultimos_albuns {
    background-color: #ff1e0b;
    width: 100%;
    height: 600px;
}  */