h1 {
    text-align: center;
    color: rgb(143, 57, 241);
    font-size: 40px;
    font-family: Georgia;


}

nav {
    color: rgb(191, 127, 252);
    line-height: 28px;
    background-color: palevioletred;
    border-radius: 10px;
}

a {
    color: rgb(170, 8, 97);
    text-align: center;
}

img {
    height: 300px;
    border-radius: 30px;
    display: block;
    margin: auto;
}

body {
    background-color: rgb(240, 205, 235);

}

h2 {
    color: blueviolet;
    text-align: center;
    font-size: 40px;
    font-family: Georgia;
}

.biografia {
    text-align: center;
    font-size: 20px;
    font-family: Georgia;
}

h3 {
    color: blueviolet;
    text-align: center;
    font-size: 40px;
    font-family: Georgia;
}

.estudo {
    text-align: center;
    font-size: 20px;
    font-family: Georgia;
}

span {
    font-weight: bold;
}

p {
    text-align: center;
}

.Prêmios {
    color: blueviolet;
    text-align: center;
    font-size: 40px;
    font-family: Georgia;

}

.contribuições {
    color: blueviolet;
    text-align: center;
    height: 30px;
    font-size: 40px;
}

.tese {
    text-align: center;
    font-family: Georgia;
    font-size: 20px;
    ;
}

h5 {
    color: blueviolet;
    font-family: Georgia;
    font-size: 40px;
    text-align: center;
}

.memoria {
    text-align: center;
    font-family: Georgia;
    font-size: 20px;
}

h6 {
    text-align: center;
    font-family: Georgia;
    font-size: 40px;
    color: blueviolet;
}

.Legado {
    text-align: center;
    font-size: 20px;
    font-family: Georgia;
}