#about {
    width: 520px;
    height: 445px;
    position: absolute;
    top: 25px;
    border-radius: 10px;
    left: max(50%, 670px);
    transform: translateX(-50%);
    background: #F0EEE9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1rem;
    line-height: 22px;
    flex-direction: column;
}
#about-title {
    font-size: 1.5rem;
    line-height: 1.4;
}
#about p {
    margin-bottom: 0.75em;
}
#about p:last-child {
    margin-bottom: 0;
}