/*Tela de Celular*/
@media screen and (max-width: 425px) {
  .body{
  flex-direction: column;
  height: 100dvh;
}
  .content {
  width: 100%;
  height: 50%;
  }
  .content img{
    width: 45%;
  }
}