body {
    background-color: #182848;
}

div.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

img.logo {
    width: 100%;
    max-width: 700px;
    padding: 1em 0;
}