* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    text-emphasis-color: none;
    text-decoration-color: none;
    
}

.body {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    background-color: rgb(233, 244, 240);
}

.funcionarios {
    background-color: rgb(129, 212, 184);
    display: flex;
    align-items: center;
    padding: 100px;
    height: 760px;

}

.nomeavatar {
    text-decoration: none;
    text-emphasis-color: none;
    font-family: Arial, Helvetica, sans-serif;

}

a:link, a:visited {
    color: #000000;
}

.avatar {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.perfil {
    box-shadow: 7px 8px 8px 4px #000000b0;
    transition: 400ms;
    filter: grayscale(50%);
    margin: 10px;
    border-radius: 1000px;
    width: 300px;
    height: 300px;
    object-fit: cover;
    object-position: top;

}

.perfil:hover {
    filter: grayscale(0);
    margin: 0px;
    width: 320px;
    height: 320px;
}

.logoimg {
    width: 500px;
}

.cabecalho {
    text-align: center;
}

.logo {
    background-color: rgb(176, 239, 218);
}

.subtitle {
    background-color: rgb(176, 239, 218);

}

h2 {
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
}