/* Footer Styling */
.footer {
    background-color: #343a40;
    color: white;
    text-align: center;
    padding: 10px;
    bottom: 0;
    left: 250px;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

/* Text Styling */
.footer h1,
.footer h5 {
    color: #5a3a1b;
    position: relative;
    z-index: 3;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
}
