body {
    background-color: #000;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    display: block;
    width: 500px;
}

.text-content {
    text-align: left; /* Set text to the left for proper alignment */
}

h1 {
    font-family: "Lora", serif;
    font-size: 2em;
    color: #ccc;
    margin: 1em 0;
}

p {
    color: #ccc;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0 1em;
}
