@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500';

body {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  display: grid;
  justify-content: center;
  margin: 0 auto;
  max-width: 50rem;

  padding: 1rem;
}


img {
  max-width: 100%;
  max-height: 50rem;
}

h1,
h2 {
  color: #333;
  padding-left: 1rem;
  padding-right: 1rem;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}
