#custom-footer {
background-color: #1a1a1a;
color: #fff;
text-align: center;
padding: 20px 0;
position: fixed;
bottom: 0;
width: 100%;
box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
font-family: Arial, sans-serif;
}
#custom-footer p {
margin: 0;
font-size: 14px;
}