.project-hero{
    background:#4f46e5;
    color:white;
    text-align:center;
    padding:80px 20px;
}

.project-hero h1{
    font-size:45px;
    margin-bottom:20px;
}

.project-hero p{
    max-width:800px;
    margin:auto;
    line-height:1.8;
}

.project-section{
    width:90%;
    max-width:1000px;
    margin:60px auto;
}

.project-section h2{
    color:#4f46e5;
    margin-bottom:20px;
}

.project-section p,
.project-section li{
    line-height:1.8;
    font-size:18px;
}

.project-section ul{
    padding-left:25px;
}

.back-button{
    text-align:center;
    margin:60px;
}

.back-button a{
    background:#4f46e5;
    color:white;
    padding:15px 35px;
    text-decoration:none;
    border-radius:8px;
}

.back-button a:hover{
    background:#3730a3;
}