* {
    margin: 5px;
    padding: 0;
    box-sizing: border-box;
    text-emphasis-color: black;
}
.title{
    text-align: center;
    color:#ffffff;
}
 #img-div {
    text-align: center;
}

#image {
    display: block;
    margin: 0 auto; 
    max-width: 100%; 
    height: auto; 
}

#img-caption {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
}

#tribute-info {
    margin: 20px 0;
    font-size: 18px;
    text-align: center;
}

#tribute-link {
    display: block;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    color: #0066cc;
    text-decoration: none;
}

#tribute-link:hover {
    text-decoration: underline;
} 
body::before {
    content:" ";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
   


body {
    background-image: url("https://iasgyan.sgp1.digitaloceanspaces.com/images/Vishalgad_Fort.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    font-family: "Times New Roman", sans-serif;
    color: rgb(251, 246, 246);
    margin: 0;
    padding: 0;
    background-color: #2c3e50;
}



header {
    background-color: rgba(44, 62, 80, 0.7);
    color: white;
    padding: 20px 0;
}

header h1 {
    text-align: center;
    font-size: 36px;
}

section {
    padding: 40px 20px;
    text-align: center;
}

section h2 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px;
}

footer {
    background-color: rgba(44, 62, 80, 0.7);
    color: white;
    text-align: center;
    padding: 15px;
}

@media screen and (max-width: 768px) {
    header h1 {
        font-size: 28px;
    }

    section h2 {
        font-size: 24px;
    }

    section p {
        font-size: 16px;
    }
}

.container {
    width: 80%;
    margin: 0 auto;
}

footer {
    background-color: #2c3e50;
    color: white;
    text-align: center;
    padding: 15px;
    position: relative;
    bottom: 0;
    width: 100%;
}
