body {
    font-family: "GFS Neohellenic", sans-serif;
    margin: 0;
    padding: 0;
    background-image: url(../imagens/cosmos.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}

header {
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

header h1 {
    margin: 0;
    color: gold;
    
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}
    
section {
    padding: 20px;
    margin: 20px auto;
    width: 950px;
    background-color: #FFF;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center;
    color: black;
}

section h2 {
    color: #333;
    text-align: center;
}

.personagem {
    margin-bottom: 20px;
}

.personagem h3 {
    margin-bottom: 5px;
}

.personagem img {
    max-width: 100%;
    height: auto;
    display: block;
}

footer {
    background-color: #333;
    color: black;
    text-align: center;
    padding: 10px 0;
}

footer a {
    color: #fff;
    text-decoration: none;
}

#outras_series img{
    width: 500px;
}

#inicio img{
    width: 500px;
}

#sobre img{
    width: 500px;
}

#personagens img{
    width: 500px;
}
#rodape {
    background-color: var(--color-02);
    text-align: center;
    color:#FFF;
    padding: 50px;
    margin-top: 50px;
}

#rodape a {
    color: blue;
    text-decoration: none;
}

#rodape a:hover {
    text-decoration: underline;
}
