body, html {
    background-color: #08111d;
    height: 100%;
    margin: 0;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.logo {
    max-width: 100%;
    width: auto;
    height: auto;
    margin-bottom: 20px;
}
