body {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #333f50; /* Replace with your chosen background color */
}

.landing-page {
    text-align: center;
}

.logo {
    max-width: 30%;
    height: auto;
}
