style.css
body {
    font-family: Georgia, serif;
    background-color: lightyellow;
    background-image: url('Hangatu and Isabels Figure Skating Escapades.png');
              background-size: cover;
              background-repeat: no-repeat;
              background-attachment: fixed; /* Keeps background fixed during scroll */
}

h1 {
    color: navy;
    text-align: center;
}

p {
    font-size: 16px;
    line-height: 1.5;
}