.about-me {
    text-align: center;
    max-width: 900px;
}

.about-me h1 {
    font-size: 64px;
    font-weight: 400;
    margin-bottom: 30px;
}

.about-me p {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
}

#about {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
    box-sizing: border-box;
}