body {
    background-image: linear-gradient(rgb(222, 122, 0), rgb(158, 35, 1));
    color: rgb(251, 255, 193);
}

h1 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    color: rgb(255, 242, 190);
}