/* style.css */
body {
    background-color: black;
    color: #19afff;
    font-family: Arial, sans-serif;
    margin: 40px;
    text-align: center;
}

h1, h2, label {
    color: #19afff;
}

p {
    color: #19afff;
    max-width: 400px;
    margin: 0 auto 15px auto; 
    line-height: 1.5;
}

a {
    color: #19afff;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 200px;
    height: auto;
    margin-bottom: 20px;
}

/* Ensure the contact form is centered neatly under the logo */
#contact-form {
    margin: 0 auto;
    text-align: left;
}