body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: black;
    margin: 0;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: center url("images/bg2.jpg") repeat-y;
}