body {
    background-color: #73929A;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.logo-container {
    text-align: center;
}

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

