body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzNjUyOXwwfDF8c2VhcmNofDV8fGxvY2tzfGVufDB8fHx8MTY0MTE2NTI1NA&ixlib=rb-1.2.1&q=80&w=1080') no-repeat center center/cover;
    z-index: -1;
    filter: brightness(50%);
}

.container {
    text-align: center;
    color: #fff;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 600;
}

p {
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 300;
}

.contact-info {
    margin-top: 30px;
}

.contact-info p {
    margin: 5px 0;
    font-weight: 400;
}

.contact-info a {
    color: #ffd700;
    text-decoration: none;
    font-weight: 600;
}

.contact-info a:hover {
    text-decoration: underline;
}
