#outer,
.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#outer {
    width: 100vw;
}

.content {
    max-width: 75rem;
}
