* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #ffffff; 
}

.logo img {
    width: 12.5rem;
    height: auto;
}

.rodape a img {
    width: 1.25rem; 
    margin-left: 0.625rem;
}

h1 {
    text-align: center;
}

p {
    text-align: center;
}

.img-central {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.313rem rgb(255, 0, 0);
    border-radius: 0.625rem;
    width: 32rem;
    height: 25rem;
    object-fit: cover;
}

.foto-central {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
    width: 32rem;
    height: 32rem;
    
}

.itens {
    background-color: rgb(255, 255, 255);
    border-radius: 0.625rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    width: 50%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
}

.itens span{
    text-align: center;
    color: rgba(0, 0, 0, 0.308);
}

.itens p{
    text-align: justify;
    line-height: 1.5rem;
}

.container-principal {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 2rem;
}



