.contenedor {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh; }

.inner {
  width: 90%; }
  @media only screen and (min-width: 48em) {
    .inner {
      width: 50%; } }
