/* Styles for the footer */
.footer p{
    text-align: center;
    background-color: black;
    color: white;
    padding:20px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    font-weight: 500;
}