body {
    display: flex;
    min-height: 100vh;
    background: #e1e6eb;
    justify-content: center;
    flex-flow: column;
}


h3 {
    font-family: sans-serif;
    font-weight: 100;
    font-size: 26px;
    margin-top: 50px;
    margin-right: 3em;
    color: #343a40;
}

.container {
    max-width: 90% !important;
}