body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #131313; /* Updated background color */
    color: #fff8dc; /* Yellowish white text color */
    text-align: center;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Set height to 100% of viewport height */
}

.company-logo {
    max-width: 37.5%; /* Reduced logo size by 25% */
    height: auto;
    margin-bottom: 15px; /* Adjusted margin for spacing */
}

.coming-soon-text {
    font-size: 13.5px; /* Reduced font size by 25% */
    font-weight: bold;
    color: #fbeabe; /* Updated color to #fbeabe */
    text-shadow: 2px 2px 4px #1A1A1A; /* Subtle shadow with a darker shade */
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; /* More elegant font */
}
