body {
    background-color: rgb(189, 107, 14);
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box {
    background-color: rgb(233, 189, 108);
    width: 1200px;
    height: auto;
    border: 3px solid black;
    border-radius: 2%;
}

.introducao {
    display: inline-block;
    gap:50px;
} 

.texto {
    display: inline-block;
    text-align: center;
    align-items: center;
}

.texto p {
    margin-top: 5px;
}

li {
    display: inline-block;
    color: rgb(3, 0, 0);
    background-color: rgb(255, 255, 255);    
    width: 230px;
    text-align: center;
    padding: 10px;
    list-style: none;
    border-radius: 20px;
    gap: 50px;
}

.imovel {
    display: inline-block;
    margin-top: 50px;
}

.mandacaru {
    height: 200px;
    width: auto;
    border-radius: 20px;
}

.torredomar {
    height: 200px;
    width: auto;
    border-radius: 20px;
}

.brisadomar {
    height: 200px;
    width: auto;
    border-radius: 20px;
}