body{
height:100vh;
}
div {
  display: flex;
  justify-content: center;
}

img {
  width: 200px;
  height:200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.grecaptcha-badge { visibility: hidden; }