body, html{
    display: flex;
    flex-direction: column;
    font-family: sans-serif;
    background-color: #ffffff;
}
input{
    width: 15em;
}

main{
    display: flex;
    flex-direction: column;
    margin-top: 2em;
}
main .logradouro{
    border-left: 5px solid #2dd586;
    border-radius: 13px;
    margin-bottom: 8px;
    margin-left: 5px;
    border-bottom: 1px solid #2dd586;
    background-color: #f1f1f1;
}
main div p{
    margin-left: 5px;
}
header{
    background-color:  #f1f1f1;
    display: flex;
    justify-content: center;
}
h2{
    padding: 20px;
    background-color: white;
    width: 12em;
    border-radius: 60px;
    border-left: 8px solid #2dd586;
    text-align: center;
}
p{
	
}
.pesquisa{
    display: flex;
    justify-content: center;
    margin: 10px;
    align-items: baseline;
    
}
.pesquisa label{
    margin-right: 10px;
    font-size: 30px;

}
.pesquisa input{
    border-style: none;
    border-bottom: 1px solid #2dd586;
    font-size: 30px;
    background-color: #f1f1f1;
}
.pesquisa input:focus{
    outline: none;
    border-style: none;
    border-bottom: 2px solid #2dd586;
}
.logradouro{
    display: flex;
    flex-wrap: wrap;
}
.logradouro div{
    margin-left: 10px;
    padding: 10px;
}

.logradouro p {
  margin: 6px 0; 
}

@media (max-width: 900px){
    .logradouro div{
        font-size: 13px;
        margin-left: 0;
    }
    .pesquisa label{
        font-size: 15px;
        display: none;
    }
    .pesquisa input{
        font-size: 20px;
        height: 2em;
    }
}

.img{
    display: flex;
    justify-content: center;
}
.img div{
    background-image: url('brasao-jardinopolis.png');
    background-size: cover;
    height: 5em;
    width: 5em;
    height: 20em;
    width: 25em;
    background-color: white;
    filter: grayscale(1);
    margin-top: 10em;
	opacity: 70%;
}

mark {
  background-color: #ffeb3b;
  color: #000;
  padding: 0 2px;
  border-radius: 3px;
}