body {
    font-family: 'Montserrat';
    background: #0a1010;
    color: #e8fffc;
    margin: 0;
    padding: 0;
}

.content {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
}

.back-link {
    display: inline-block;
    margin-bottom: 20px;
    color: #26d9c4;
    text-decoration: none;
    transition: 0.3s;
}

.back-link:hover {
    color: #2ef9e1;
}

.project-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 20px;
}

h2 {
    font-size: 2rem;
    color: #26d9c4;
    margin-bottom: 15px;
}

p {
    color: #86acb3;
    line-height: 1.6;
    margin-bottom: 15px;
}

footer {
    text-align: center;
    margin-top: 40px;
    color: #86acb3;
}
