body {
    margin: 0;
    font-family: Arial, sans-serif;
}

#footer {
    background-color: #2c2c2c; /* Black-gray background color */
    color: #454444; /* White text color */
    padding: 20px 0;
    text-align: center;
}

#footer h3 {
    margin-top: 0;
    color: #0d0c0c;
}

#footer ul {
    list-style: none;
    padding: 0;
}

#footer ul li {
    margin: 5px 0;
}

#footer ul li a {
    color: #080808;
    text-decoration: none;
}

#footer ul li a:hover {
    text-decoration: underline;
}

#footer .contact-info {
    margin-top: 20px;
}

#footer .contact-info p {
    margin: 5px 0;
}

#footer .contact-info a {
    color: #060505;
    text-decoration: none;
}

#footer .contact-info a:hover {
    text-decoration: underline;
}

#footer .social-icons {
    margin-top: 20px;
}

#footer .social-icons h3 {
    margin-bottom: 10px;
    color: #100c0c;
}

#footer .social-icons a {
    color: #0e0a0a;
    text-decoration: none;
    font-size: 20px;
    margin-right: 10px;
}

#footer .social-icons a:hover {
    color: #6e3737;
}
