body {
    font-family: Arial, sans-serif;
    background-color: #f0f8ff;
    color: #333;
    margin: 0;
    padding: 0;
}

h1, h2 {
    text-align: center;
    font-weight: bold;
}

h1 {
    color: #2e8b57;
    font-size: 36px;
}

h2 {
    color: #4682b4;
    font-size: 28px;
}

p, a {
    font-size: 16px;
    line-height: 1.6;
    margin: 15px;
}
a {
text-decoration: none;
color: #4682b4;
font-weight: bold;
display: inline-block;
margin-right: 15px;
}


hr {
    border: 1px solid #2e8b57;
    margin: 20px 0;
}


.about-me, .projects, .testimonial, .gallery, .contact {
    margin-bottom: 40px;
}
.about-me {
    text-align: center
}

.about-me img, .gallery img {
    display: inline-block;
    margin: 10px;
    border-radius: 10px;
    border: 2px solid #4682b4;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery img {
    width: 200px;
    height: 200px;
}

.testimonial p {
    font-style: italic;
    text-align: center;
}

.align {
    text-align: center
}
