.container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    min-height: 80vh;
}