p {
    font-weight: bold;
}

.centerMessage {
    text-align: center;
}

.center {
  margin: auto;
  width: 50%;
  border: 3px solid orange;
}