body {
    background: url('media/banner.jpg') no-repeat center center fixed;
    background-size: cover;
}

.logo {
    max-width: 50%;
    height: auto;
}

@media (max-width: 768px) {
    .logo {
        max-width: 80%;
    }
}

.contact-info {
    font-size: 1.2rem;
    color: #000;
}

.contact-info a {
    color: #000;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

h1 {
    color: rgb(0, 0, 0);
}

a {
    text-decoration: none;
}
