body {
    background-color: powderblue;
}

h1 {
    text-align: center;
    font-size: 75px;
}
hr {
   border-style: dashed;
    border-color: silver;
    border-width: 10px;
}
