/* contact.css — page-specific styles for contact.html and thank_you.html. Base styles in site.css. */

.page-container {
    max-width: 450px;
    margin: auto;
    padding: 100px;
}

#contact-info {
    text-align: left;
}

#contact-info a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

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