body{
    background: -webkit-linear-gradient(left top,#f13737,#379bf1);
    color: aliceblue;
}
img{
    width: 100%;
}
a{
    color: blue;
}
.number_ul{
    list-style: conic-gradient;
}
.font_weight{
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin:30px 0px;
}
.body_box{
    display: flex;
    margin: 20px 34px;
    align-items: flex-start;
}
.houses_box{
    text-transform: uppercase;
    padding: 7px 20px;
    width:60%;
    background: #877;
    border-radius: 20px;
    box-shadow: 2px 9px 15px #000;
}
.houses_box h1{
    text-align: center;
    text-shadow: 3px 5px 5px #FF0000;
}


.casas_box{
    text-transform:capitalize;
    padding: 7px 20px;
    width: 40%;
    background: #2d2828;
    border-radius: 20px;
    margin: 0px 20px;
    box-shadow: 2px 9px 15px #000;
}
.casas_box h1{
    text-align: center;
    text-shadow: 5px 4px 2px #00FFF3;
}