body{
    display: flex;
    text-align: center;
    font-family: sans-serif;
    font-size: 18px;
    margin: auto 15%;
    padding: 0;
    background-color: rgb(230, 224, 217);
    align-items: center;
    flex-direction: column;
}
div{
    display: flex;
    flex-direction: column;
}
li{ 
    position: relative;
    width: 100%;
}
#const{
    width: 100%;
    height: 100%;
}
.map{
    align-items: center;
    height: 250px;
    width: 90%;
}
#mapa{
    width: 70%;
    height: 100%;
}
#dois{
    width: 100%;
}
p{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;

}
.constimg{
    height: 100%;
    width: 70%;
}
.constdiv{
    align-items: center;
    width: 80%;
}
.constimg{
    border-radius: 20%;
}