footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2vw;
    grid-template-rows: 100%;
    background-color: #101111;
    padding: 3.5vw;
    margin-top: 20vh;
    * {
        color: #ebebeb
    }

    #1{
        display: inline-block;
        svg {
            width: 10% !important;
            max-height: 100%;
            max-width: 100%;
            path {
                fill: snow !important;
                stroke: snow !important;
            }
        }
    }
}
.footer-hr{
    color: #ebebeb;
    background-color: #ebebeb;
    width: 30%;
    margin-left: 0;
    opacity: 0.5;
    height: 1px;
}

footer div h1{
    font-family: "Courier New", sans-serif;
    font-weight: 500;
    font-size: 1.7vw;
}
footer div p{
    font-family: "Courier New", sans-serif;
    font-weight: 300;
    font-size: 1.2vw;
}

