.about-me-text {
    font-size: 20px;
    color: #333;
    display: flex;
    margin: 20px 50px 20px 50px;
    justify-content: space-between; 
    margin-bottom: 100px;
}

.about-me-upper-text {
    color: #333;
    width: 500px;
    margin-right: 20px;
}

.about-me-lower-text {
    font-size: 20px;
    width: 500px;
    color: #333;
    
}