body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

header {
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.hero {
    color: #fff;
    text-align: center;
    height: 100vh;
    display: flex;
    align-items: center;
    background-color: #333;
    justify-content: center;
    /* background: linear-gradient(to right, #c33764, #1d2671); */
    /* background: url('background.jpg') no-repeat center center/cover; */
}

#hero img {
    width: 150px;
    border-radius: 50%;
    margin-bottom: 20px;
}

#hero h1 {
    font-size: 3em;
    margin-bottom: 10px;
}

#hero p {
    font-size: 1.2em;
}

#hero a {
    margin-top: 20px;
}

section {
    padding: 60px 0;
}

section h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.5em;
}

section.bg-light {
    background-color: #f8f9fa;
}

.about-content,
.projects-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-content img {
    max-width: 100%;
    border-radius: 10px;
}

.timeline {
    list-style: none;
    padding: 0;
}

.timeline-item {
    margin-bottom: 30px;
}

.timeline-item h5 {
    font-size: 1.5em;
}

.timeline-item h6 {
    font-size: 1.2em;
    color: #666;
}

.timeline-item p {
    margin-top: 10px;
}

.testimonial {
    text-align: center;
    font-size: 1.2em;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.testimonial h6 {
    margin-top: 20px;
    font-weight: bold;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
}

.contact-form .form-control {
    margin-bottom: 20px;
}

.contact-form button {
    display: block;
    width: 100%;
}

footer {
    background: #333;
    color: #fff;
    padding: 20px 0;
}

footer nav {
    margin-top: 10px;
}

footer nav ul {
    padding: 0;
    list-style: none;
}

footer nav ul li {
    display: inline;
    margin: 0 10px;
}

footer nav ul li a {
    color: #fff;
    text-decoration: none;
}
