body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
                url("p.jpg") no-repeat center center/cover;
    background-attachment: fixed;
    text-align: center;
    color: white;
}


.container {
    margin-top: 40px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 25px rgba(0,0,0,0.5);
}


.top-img {
    width: 250px;
    border-radius: 15px;
    margin-bottom: 20px;
}


h1 {
    margin-bottom: 25px;
}


.project-btn {
    display: block;
    width: 250px;
    margin: 15px auto;
    padding: 12px;
    background: #4CAF50;
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
}

.project-btn:hover {
    background: #45a049;
    transform: scale(1.05);
}
