body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/swoop-background.avif');
    /* Replace with your background image path */
    background-size: cover;
    background-position: center;
    color: white;
    /* Change text color for visibility */
    text-align: center;
}

.container {
    text-align: center;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    max-width: 30ch;
    margin: 20px auto;
    justify-self: center;
    text-align: center;
    font-size: 48px;
    text-wrap: balance;
    font-weight: 800;
    letter-spacing: -.5px;
    line-height: 1.2;
}

p {
    margin: 0 auto;
    text-wrap: balance;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.66;
    max-width: 65ch;
    justify-self: center;
    text-align: center;
}
.darkness {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}