* {
    margin: 0;
    box-sizing: border-box;
}


body {
    background-color: white;
    font-size: 20px;
}


@media (max-width: 1100px) {
    body {
        background-color: white;
        font-size: 18px;
    }
}

@media (max-width: 550px) {
    body {
        background-color: white;
        font-size: 16px;
    }
}


#topo{ background-color: #9E9EFB;
  width: 100%;
  height: 223px;}

  #contato{ color: white;
text-align: center;
padding: 7%;}

#imagens{display: grid;
    margin-top: 5%;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    flex-wrap: nowrap;}

    #email{width: 30%;
  margin-left: 10%; }

  h3{color:#9E9EFB;
padding: 1%;

text-align: center;}

  
  #texto1{color: #767171;
margin-left: 5%;
text-align: center;}

#contato2{color:black;
margin-top: 10%;

text-align: center;}