body {
  font-family: "Roboto", sans-serif;
  margin: 0px;
  padding: 0px;
}

#idioma {
  background: #fff;
  display: block;
  width: 100%;
  height: 36px;
  padding: 5px;
  padding-top: 4px;
}

.imagem {
  width: 40px;
  padding: 5px;
}

.imagembra {
  width: 40.5px;
  padding: 5px;
}

#mae {
  width: 100%;
  height: 100vh;
  background: #19809c;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

div #um,
div #dois {
  width: 300px;
  height: 300px;
  background: #fff;
  margin: 60px 60px 0px;
  border-radius: 10px;
  box-shadow: 4px 6px 4px 2px rgba(0, 0, 0, 0.12);
  padding: 5px;
  justify-content: center;
  align-items: center;
}

h3 {
  text-align: center;
}

p {
  padding: 0px 20px;
  text-align: justify;
}
#um button,
#dois button {
  margin: 0% 30%;
}

button a {
  color: #fff;
}

button a:hover {
  text-decoration: none;
  color: #fff;
}
