@media only screen and (max-width: 600px) {
  .welcome {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .welcome img {
    width: 12.5rem;
    height: 12.5rem;
  }
}/*# sourceMappingURL=index.css.map */