*{
    color:  rgb(233, 232, 232);
}

main{
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 2%;
    padding-bottom: 2%;
}

.artAutoras{
    display: flex;
}

.tituloAu{
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-size: 22px;
    text-align: center;
    color: #90ec6e;
    margin-bottom: 2%;
}

.autoras {
    width: 40%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.imgAutora{
    width: 30%;
    border-radius: 100%;
    margin-bottom: 2%;
}

h5, h6, a{
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

h6{
    color:  rgb(233, 232, 232);
}

a{
    color:  rgb(233, 232, 232);
    text-decoration: none;
}

a:hover{
    color: #ffc300;
}

@media (max-width: 900px) {
    .artAutoras{
        display: block;
    }
    .autoras{
        width: 90%;
        margin-bottom: 2%;
    }
}