body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    background-color: #f4f4f4;
    color: #333;
}

.background-image {
    background-image: url('images/JV-logo.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.container {
    text-align: center;
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
}

h1 {
    color: #2ECC71; /* A vibrant green to match the logo */
    margin-bottom: 20px;
}

p {
    margin-bottom: 10px;
    line-height: 1.6;
}

.email a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

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

copyright {
    font-size: 0.7em; /* Reduced font size slightly for readability */
    color: #2ECC71; /* A vibrant green to match the logo */
    text-shadow: 0 1px 2px rgba(0,0,0,0.7); /* Adjusted shadow for better contrast */
    margin-top: 20px;
    font-weight: 500; /* Added weight to make it stand out a bit more */
}
