
body {
    background-image: url("../images/backnew.png");
}

footer {
    padding: 5px 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    position: absolute;
    bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-size: small;
}