body {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
}

#idHeader {
    font-family: "Archivo", sans-serif;
    background-color: white;
    filter: drop-shadow(0 1px 5px #000000);
    padding: 0;
    color: #007faf
 
}
#idHeader a {
   color: #007FAF;
    text-decoration: none;
    
}

.banner {
    width: 100%;
    background-size: cover;

    background-position: center;
    height: auto;
    margin: 0 auto;
    display: block;
    background-color: #007FAF;
}

#servicos {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px
}

.servico {
    border: solid transparent 2px;
    border-radius: 10%;
    margin: 30px;
    text-align: center;
    padding: 30px;
    width: 300px;
    height: 300px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    
}
.servico img {
    width: 200px;
    height: 200px;
}