body {
  margin: 0;
  height: 100vh;
  display: flex;
  font-family: Roboto, Arial;
  overflow: visible;
}

@media only screen and (max-width: 600px) {
  body {
    flex-direction: column;
  }
}