.about-container{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 100px;
}
.about-text h1{
    color: rgb(237, 175, 20);
}
.about-image img{
    width: 250px;
    height: 350px;
    border-radius: 50%;
}
.scroll-down{
    position: absolute;
    bottom: 100px;
    color: rgb(31, 143, 224);
}


#about-me{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.about-paragraph{
    margin: auto;
    gap: 20px;
    margin-top: 100px; 
    max-width: 900px;
}
.about-paragraph h2{
    color: #2ecc71;
    margin-bottom: 40px;
    font-size: 50px;
}
.about-paragraph img{
    float: left;
    width: 300px;
    height: 400px;
    border-radius: 50%; 
    shape-outside: ellipse();
    margin-right: 30px;
    margin-bottom: 10px;
    margin-top: 60px;
    object-fit: cover;
}
.about-paragraph p{
    color: #34495e;
}

