footer{
    text-align: center;
    margin-top: 2.5rem;
}

footer hr{
    width: 100%;
    margin: 0.5rem auto;
    background-color:rgb(0, 76, 255);
    color: rgb(0, 76, 255);
    box-shadow: 0px 3px 5px rgb(0, 40, 255);
    height: 1px;
}

footer p{
    margin-bottom: 1.5rem;
}

@media (min-width: 951px) and (max-width: 1200px) {
    footer p{
        font-size: 1.6rem;
    }
}