body {
text-align: center;
color: darkorchid;
font-family: "times new roman", serif;
}
h1 {
margin: 3-px 4px 20px 4px;
border: 1px dashed plum;
font-weight: bold;
background: linear-gradient(90deg,rgba(222, 199, 245, 1) 0%, rgba(233, 217, 248, 1) 63%, rgba(255, 255, 255, 1) 100%);
font-size: 1.1em;
}