body {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
}

ul {
    display: flex;
    justify-content: space-evenly;
    list-style-type: none;
    align-items: center;
    padding: 16px;
}

a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

h1 {
    text-align: center;
    padding: 20px;


}

.pessoal img {
    height: 400px;
    width: 400pxx;
    border: 2px solid white;


}

.pessoal {
    display: flex;
    padding: 200px;
    justify-content: space-between;




}


.banner2 {
    display: flex;
    width: 100px;
    height: 100px;
    align-items: center;
}

h1 {
    text-align: left;
    padding: 0;

}

p {
    max-width: 1000px;
    text-align: justify;
}

.pessoal2 {
    display: flex;
    align-items: center;
    padding: 50px;
    gap: 200px;

}


.h1style {
    color: black;
    background-color: rgb(255, 255, 255);
    padding: 5px;
}

.pstyle {
    max-width: 700px;
}

.form {
    background-color: rgb(0, 0, 0);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-right: 1rem;
    font-size: 3rem;
    color: rgb(255, 255, 255);
    margin-bottom: 2rem;
    text-align: center;
    line-height: 1.2;

}

input {
    width: 400px;
    height: 30px;
}

.carousel slide {
    display: flex;

}

h2,
h3,
h4 {
    display: flex;
    justify-content: center;

    height: 300px;
}

p {

    max-width: 800px;
    /* largura máxima */
    margin: 0 auto;
    /* centraliza horizontalmente */
    text-align: center;
    /* centraliza o texto */
    line-height: 1.6;
    /* melhora a leitura */




}