#container {
	background: rebeccapurple;
  padding: 50px;
  width: 100%;
  height: 100vh;
}

h1 {
  color:black;
 	text-align: center;
}
p {
  color: white;
  text-align: center;
  font-weight: bold;
}