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

a{
    text-decoration: none;
    color: aqua;
}

ul,ol,li{
    list-style: none;
}

main{
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100vw;
    height: 100vh;
    padding: 20px;
}

.funcionarios{
    height: 80vh;
    width: 70vw;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 68px;


}

h1{
    text-align:start;
    padding: 20px;
    font-size: 48px;
    font-family: sans-serif;
    float: inline-start;
}
header{
    background-color:burlywood;
    width: 100vw;
    height: 7vh;
}
.galeria img{

    height: 260px;
    width: 240px;
    object-fit:cover;
    border-radius: 100%;
    padding: 20px;

}
.galeria{
    height: 40%;
    border: 60%;
    box-shadow: 0 4px 8px black;

    
}
h2{
    font-size: 20px;
    color: black;
    font-family: sans-serif;
    font-size: 32px;
}
.logo img{
    height: 50px;
    align-items: end;
    justify-content: end;
}
.logo {
    object-fit: cover;
    display: flex;
    justify-content: end;
    margin-right: 30px;
    float: inline-end;
    padding: 20px;
    
}