body {
	margin: 0;
      }

.center {
	display: flex;
        justify-content: center;
        align-items: center;

        height: 100vh;
	width: 100vw;
      }

img {
	max-width: 100%;
	max-height: auto;
}
