            .about-header img{
                width: 200px;
                height: 200px;
                border-radius: 50%;
                margin-bottom: 10px;
                margin-top: 10px;
            }
            .about-header{ 
                text-align: center;
                margin: auto;
                color: #9DDDFF;
            } 
            .about-container{ 
                background-color: #555;
                padding: 20px;
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); 
                margin-top: 20px;
                margin-bottom: 30px;
                border-radius: 1%;
                border: 3px solid #a1a1a1;

            }
            .about-body{ 
                color: white;
                margin-top: 20px;
            } 
            .about-body h3{
                color: silver;
            }
            .about-body p{ 
                line-height: 1.5;
            } 
                .projects{ 
                    line-height: 1.5;
                } 
                .hobbies{
                    line-height: 1.5;
                }
                .education{ 
                    line-height: 1.5;
                }