body, html {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
}

html, body, div, p {
    background-color: #12203b;
    color: rgb(255, 255, 255);
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
}

.centered-container {
    padding-top: 100px;
    text-align: center;
}

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

