.container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: black;
}