body, html {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000; /* Black background */
}

.centered-text {
    font-family: 'Playfair Display', serif; /* Playfair Display font */
    text-align: center;
    font-size: 2em; /* Adjust as needed for main text */
    line-height: 1.5; /* Adjust line spacing as needed */
    color: #ffffff; /* White text */
}
