body {
    font-family: Arial, sans-serif;
    background: url('https://res.cloudinary.com/zephragroup/image/upload/v1753745630/IMG_4977_t56ftb.jpg') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}


.container {
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.logo {
    max-width: 150px;
    margin-bottom: 20px;
}

h1 {
    color: #333;
}

p {
    color: #666;
}