* {
    color: rgb(81, 0, 118);
}

main {
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 20px;
}

body {
    background-color: rgb(183, 145, 201);
}

.cor {
    background-color: rgb(223, 197, 240);
    border-radius: 30px;
    border: 3px solid rgb(136, 93, 155);
    margin: 20px;
}

h1 {
    text-align: center;
    color: rgb(81, 0, 118);
    font-family: 'Impact', 'Haettenschweiler', 'Arial Narrow Bold', 'sans-serif';
    letter-spacing: 1px;
}

h2 {
    text-align: center;
    color: rgb(81, 0, 118);
    padding-top: 10px;
    margin-top: 25px;
    font-family: 'Impact', 'Haettenschweiler', 'Arial Narrow Bold', 'sans-serif';
    letter-spacing: 1px;
}

#pfoto {
    margin-top: 50px;
    margin-left: 200px;
    margin-bottom: 50px;
    width: 300px;
    padding: 3px;
    border: 3px solid rgb(136, 93, 155);
}

.div-primeira-foto {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

p {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: rgb(81, 0, 118);
    margin-right: 100px;
    margin-left: 100px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', 'sans-serif';
    font-size: 22px;
}

.textos-img {
    text-align: left;
    color: rgb(81, 0, 118);
    margin-right: 100px;
    margin-left: 100px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', 'sans-serif';
    font-size: 22px;
}

#livro,
#bio,
#doc,
#extra {
    width: 315px;
    height: 450px;
    padding: 3px;
    border: 3px solid rgb(136, 93, 155);
}


.livro,
.bio,
.doc,
.extra {
    color: rgb(81, 0, 118);
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', 'sans-serif';

}

.div-figuras {
    display: flex;
    justify-content: center;
}

figure {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 55px;
}

#lista {
    font-size: large;
}

.frase {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: large;
    font-size: 25px;
    margin-right: 100px;
    margin-left: 100px;
    text-align: center;
}

.container-listas,
#lista {
    font-size: large;
    font-size: 25px;
    margin-right: 100px;
    margin-left: 100px;
}

.div-esquerda {
    text-align: center;
    background-color: rgb(223, 197, 240);
    border: 2px solid rgb(136, 93, 155);
    border-radius: 30px;
    width: max-content;
    position: absolute;
    right: 100px;

}

#wiki {
    margin: 0px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px;
    letter-spacing: 1px;
    font-size: medium;
}

#creditos {
    text-align: center;
    font-size: medium;
    background-color: rgb(223, 197, 240);
    border: 2px solid rgb(136, 93, 155);
    border-radius: 30px;
    width: max-content;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

a {
    font-size: large;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    color: rgb(81, 0, 118);
    font-family: 'Impact', 'Haettenschweiler', 'Arial Narrow Bold', 'sans-serif';
    letter-spacing: 1px;
}

.links {
    text-decoration: none;
}

.links:hover {
    /*Hover é uma pseudo-classe que aplica estilos a um elemento quando o usuário passa o ponteiro do mouse sobre ele*/
    text-decoration: underline;
}

nav {
    margin-left: 100px;
    background-color: rgb(223, 197, 240);
    border: 2px solid rgb(136, 93, 155);
    border-radius: 30px;
    display: inline-flex;
}

.div-segund-foto {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

#sfoto {
    margin-left: 100px;
    width: 300px;
    padding: 3px;
    border: 3px solid rgb(136, 93, 155);
    margin-top: 50px;
    margin-bottom: 50px;
}

.div-terceira-foto {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

#tfoto {
    margin-left: 100px;
    width: 300px;
    padding: 3px;
    border: 3px solid rgb(136, 93, 155);
    margin-top: 50px;
    margin-bottom: 50px;
}

.textos-img {
    margin-left: 20px;
}

.container-listas {
    display: flex;
    justify-content: center;
}

li {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', 'sans-serif';
    font-size: 20px;
}

ul {
    text-align: left;
    gap: 5px;
    padding: 5px;
    margin: 15px;
}

ol {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', 'sans-serif';
    text-align: center;
    gap: 5px;
    padding: 5px;
}

#ultimo {
    padding-bottom: 30px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial', 'sans-serif'
}

footer {
    position: relative;
}