 footer {
     background-color: var(--dark);
     color: white;
     padding: 60px 0 30px;
 }

 .footer-links a {
     color: #cbd5e1;
     text-decoration: none;
     display: block;
     margin-bottom: 10px;
     transition: all 0.3s ease;
 }

 .footer-links a:hover {
     color: white;
     padding-left: 5px;
 }