.layoutMain.pageLayout {
    display: flex;
    justify-content: center;
    height: 100%;
    padding-bottom: 100px;
    margin: 60px 0 0 0;
    background-color: #373952;
}

.pageContent {
    max-width: 950px;
    margin: 30px 5px 0 5px;
}
