body { 
	background-color: #a36d16;
	background-image: linear-gradient(90deg, cornflowerblue 0%, wheat 100%)
}

.center1 {
  margin: auto;
  width: 50%;
  padding: 10px;
  text-align: center;
  font-size: 1.85em;
  font-family: "Georgia", serif;
}

.center1 p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
