body {
    background-color: rgb(222, 184, 135);
}
div .lista1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 1em;
    padding-left: 20px;
}

.inicio h1 {
    color: rgb(39, 39, 39);
    margin-right: 200px;
    font-size: 50px;
    text-align: center;
}
.flex-imagem {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.estilo-imagem {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rosto-imagem {
    width: 400pxpx;
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imagem-inicio {
    width: 100%;
    height: 100%;
    margin: 10px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 300pxpx) {
    .inicio h1 {
        font-size: 30px;
        margin-right: 0;
    }

    .lista1 {
        font-size: 14px;
        margin-left: 10px;
    }

    .flex-imagem,
    .estilo-imagem {
        height: 40vh;
    }

    .imagem-inicio {
        height: 50%;
    }
}