body{
    background-color: #c48ea3;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.header {
    display: flex;
    flex-direction: column;
}

.logo {
    padding: 0;
    height: 9vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}
.imgLogo {
    height: 8vh;
    padding-top: 15px;
}
#navigation{
    display: flex;
    width: 50vw;
    justify-content: space-around;
}
.navLinks {
    background-color: transparent;
    height: 5vh;
    display: flex;
    flex-direction: row;
    width: 100vw;
    justify-content: space-around;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;  
}
.navLinks a{
    color: white;
}

.names{
    font-family: 'Roboto', sans-serif;
}

.card{
    background-color: #9d7282!important;
}
.accordion{
    width: 80vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
#accordion{
align-content: center;
}
.names{
color: white;
outline: none;
border: none;
}
.names:hover{
    color: white;
    text-decoration: none;
    outline: none;
    border: none;
}
.imagem img{
    width: 30vw;
    height: auto;
}

#sticky-footer {
    margin-top: 100px;
    flex-shrink: none;
  }