@charset "utf-8";
body {
  background-image :url('qayamat.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}


h4 {
  font-family: Georgia ;
  font-size:1.3em;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f0f0f0;
}

.container {
    max-width: 800px;
    margin: 20px;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
}

.qayamat {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.caption {
    margin-top: 15px;
    font-size: 1.2em;
    color: #555555;
}

@media (max-width: 600px) {
    .caption {
        font-size: 1em;
    }
}