.about {
    width: 100%;
    padding: 5em;
    background: white;
    border-top: solid rgb(255, 0, 100) .3em;
    border-bottom: solid rgb(255, 0, 100) .3em;
    display: flex;
}

.about article{
    margin: auto;
    width: 70em;
}

.about h1 {
    font-size: 2.4em;
    margin-top: 0;
    margin-bottom: 2em;
}

.about p {
    font-size: 1.2em;
    text-align: center;
}

.about p a {
    display: initial;
}