#footer {
    flex-shrink: 0;
    background-color: #f2f2f2;
    padding: 20px;
    opacity: 0;
}
#scrollToTop {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
.get-in-touch {
    color: #ff0000;
    font-weight: bold;
    margin-bottom: 5px;
}
.email {
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    color: #000;
}
.social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
    width: 218px;
    float: right;
}
.social-link {
    text-decoration: none;
    color: #333;
}
footer hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 10px 0;
}

