.about {
    display: flex;
    flex-direction: column;
    align-items: center;

    font-family: Arial;
}

#about-title {
    font-size: 4ch;
    font-weight: 700;
}

#about-text {
    color: #000000;
    font-size: 2ch;
    text-align: center;
    text-align: justify;
    max-width: 900px;
    padding: 0 50px;
}

#about-text a {
    color: #000000;
}

.italic {
    font-style: italic;
}