body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    height: 100vh;
    background-image: url('backkk.jfif'); /* Background image from the uploaded file */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay for readability */
    z-index: 1;
}

.container {
    text-align: center;
    background: rgba(255, 255, 255, 0.1); /* Semi-transparent background */
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 2;
    position: relative;
}

h1 {
    font-size: 3em;
    color: #eff312;
    margin-bottom: 10px;
}

h2 {
    font-size: 1.8em;
    color: #ecf0f1;
    margin-bottom: 30px;
}

p {
    font-size: 1.2em;
    margin: 10px 0;
}

.contact a {
    color: #e74c3c;
    text-decoration: none;
    font-weight: bold;
}

.contact a:hover {
    text-decoration: underline;
}
