/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #1A1A2E;
    color: #f0f0f0;
    line-height: 1.6;
}

/* Cabeçalho */
header {
    width: 100%;
    padding: 1.5rem;
    margin-bottom: 30px;
    background-color: #0F0F2D;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #0F3460;
    border-radius: 8px;
}


/* Container geral */
.fundo {
    padding: 25px;
}

/* Seções de conteúdo */
.quadrado,
.sobre {
    background-color: #0f0f2d;
    border: 2px solid #0F3460;
    border-radius: 10px;
    padding: 20px;
    margin: 20px auto;
    max-width: 900px;
    box-shadow: 0 0 10px rgba(15, 52, 96, 0.3);
}


.quadrado p,
.sobre p {
    color: #e0e0e0;
    margin-top: 10px;
}

.sobrenos{
    font-family: Arial, Helvetica, sans-serif;
    
}

/* Estilo do título */
h1, h2 {
    color: #ffffff;
}

/* Rodapé */
.cpirait {
    background-color: #0F3460;
    text-align: center;
    padding: 10px;
    margin-top: 30px;
    color: #ffffff;
    border-radius: 5px;
}


img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}


.card-animes {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.card {
    background-color: #0F0F2D;
    border: 1px solid #0F3460;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    width: 200px;
    transition: transform 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s;
    text-align: center;
}

.card img {
    width: 100%;
    border-radius: 8px;
}

.card:hover {
    transform: scale(1.05);
}

.sobre {
    background-color: #0f0f2d;
    border: 2px solid #0F3460;
    border-radius: 10px;
    padding: 20px;
    margin: 20px auto;
    max-width: 900px;
    box-shadow: 0 0 10px rgba(15, 52, 96, 0.3);
}
#manimes img {
    width: 140px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #0F3460;
    box-shadow: 0 2px 8px #0006;
    background: #fff;
    transition: transform 0.3s;
}
#manimes img:hover {
    transform: scale(1.07);
}

#manimes img {
    width: 140px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #0F3460;
    box-shadow: 0 2px 8px #0006;
    background: #fff;
}

div{
    padding: 30px;
}