/*Footer*/
footer{
    text-align: center;
    background-color: var(--dark-background);
    padding: 5rem;
}

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

.footer-license:hover{
    opacity: 0.5;}
/*Footer*/