#mainContent {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.alignLeft {
    align-self:flex-start;
}