body {
	background-color: white;
margin: 0;
padding: 0:
}

#soon {
	display: flex;
	  align-items: center;
  justify-content: center;
  height: 100vh;
  }
