body {
  background-color: rgb(236, 201, 240);
}
h1 {
  color: rgb(206, 32, 61);
}
p {
  color: rgb(202, 84, 188);
}
.center-text {
  text-align: center;
}
.container {
  width: 100%;       /* Fill parent width */
  max-width: 1200px; /* But stop at 1200px */
  margin: 0 auto;    /* Centers the container horizontally */
  text-align: center;
}