body {
    background-image: url('assets/img/abhijeeth blur poster.jpeg');
    background-size: cover;
    color: #e1e1e1;
    font-family: "Raleway", sans-serif;
}

.blur-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    z-index: -1;
}

.header {
    background-color: #12131e;
    color: white;
    padding: 10px 0;
    border-bottom: 2px solid #444;
}

.header a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    margin: 0 15px;
}

.header a:hover {
    text-decoration: underline;
}

.cover-image {
    max-width: 100%;
    height: auto;
}

.details h2 {
    font-size: 28px;
    font-weight: bold;
    color: #e1e1e1;
}

.details p {
    font-size: 16px;
    color: #d1d1d1;
    line-height: 1.5;
}


.details a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .header {
        font-size: 14px;
        padding: 10px;
    }

    .cover-image {
        max-width: 100%;
        height: auto;
    }

    .details {
        flex-direction: column;
    }

    .details p {
        font-size: 14px;
    }

    .display{
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
    }
}

.footer {
    background-color: #12131e;
    color: #e1e1e1;
    padding: 20px 0;
    text-align: center;
}
