.footer {
    background: #1a1919;
    width: 100%;
    height: 50vh;
    padding: 50px 100px 20px 100px;
}

.footer a {
    color: rgb(163, 161, 161);
}
.footer a:hover {
    color: #6b6969;
}
.social a {
    padding: 5px;
    font-size: 25px;
}

.social a:hover {
    color: #444242;
}

.links {
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.links p {
    margin: 10px;
    text-transform: capitalize;
}

.links a {
    text-decoration: none;
}

hr {
    margin: 10px;
    color: rgb(47, 47, 48);
}

.bottom {}