body {
	background: #00f7ff;
	background: linear-gradient(135deg, rgba(0, 247, 255, 1) 0%, rgba(255, 0, 179, 1) 100%);
}

div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}