/* google.svg/style.css */
body {
 @apply flex justify-center items-center h-screen;
}

img {
 @apply w-1/2;
}
