body {
    min-height: 100vh;
    margin: 0;

    background-image: url("./morning_haze_1958.12.1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
}

h1 {
    font-family: "Parisienne", cursive;
    font-weight: 400;
    font-size: 60px;
    color: rgb(29, 29, 29);
}

h2 {
    font-family: "Parisienne", cursive;
    font-weight: 400;
    font-size: 35px;
    color: rgb(29, 29, 29);
}

p {
    font-family: "Parisienne", cursive;
    font-weight: 400;
    font-size: 22px;
}

ul {
    text-align: left;
    font-family: "Parisienne", cursive;
    font-weight: 400;
    font-size: 22px;
}