#about-me {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;

    margin: 0 auto;
    padding: 1rem 3.5rem;

    max-width: 800px;
}

#about-me pre {
    white-space: pre-line;
    word-wrap: break-word;
    overflow-wrap: break-word;
}