main {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-top: -550px;
}

.project-main-outer {
    width: 1200px;
    /* background-color: red; */
    box-shadow: 0px 0px 5px -2px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin-top: 100px;
    background-color: white;
    margin-bottom: 100px;
}

.title {
    font-size: 22px;
    font-weight: 700px;
    line-height: 120px;
}

.main-content {
    padding: 0px 50px 100px 50px;
}

.main-content p {
    line-height: 40px;
    text-indent: 2em;
}