
body {
    background-image: url("images/windows.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
    color: black;
    font-family: arial, helvetica, sans-serif;
}
ol {
    list-style-type: lower-alpha;
    padding: 5em;

}
h1 {
    text-align: center;
    font-family: "Snell Roundhand";
    font-size: 40px}
