.featured-box {
    height: 120px;
    border: 3px solid #7b1e16;
    border-radius: 6px;
}

.footer {
    background: #343a40;
    color: white;
    padding: 50px 0;
}

.footer a {
    color: #ddd;
}

.footer a:hover {
    color: white;
    text-decoration: none;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #888;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.btn btn-sm btn-dark ,a{
    text-decoration: none;
    color: #fff;
}

.btn btn-sm btn-dark ,a:hover {
    color: #fff;
    text-decoration: none;
}
