body {
  min-width: 390px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  max-height: 100vh
}
.texto {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1rem
}
.imglogo {
  max-height: 50vh;
  max-width: 50vw
}