header, body {align-items: center; text-align: center;}
h1 {
    color: rgb(18, 113, 135);
}
p {
    font-style: italic;
    font-weight: 200;
    color: black;
}
body {
    background-color: rgb(234, 207, 145);
}