 /* Footer */
 /* .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    color: #fff;
    font-size: 1rem;
    z-index: 10;
}

.footer p {
    margin: 0;
    line-height: 1.0;
}

.footer a {
    color: #f39c12;
    text-decoration: none;
}

/* Responsiveness */
/* @media (max-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }

    p {
        font-size: 1.1rem;
    }

    .button {
        padding: 10px 25px;
        font-size: 1rem;
    }

    img {
        max-width: 90%;
    }

    .tyre {
        display: none;
    }
}
 */
 





/* Ensure the footer sticks to the bottom when content is short */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#main {
    flex-grow: 1;
}

/* Footer */
.footer {
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    color: #fff;
    font-size: 1rem;
    z-index: 10;
}

.footer p {
    margin: 0;
    line-height: 1.2;
}

.footer a {
    color: #f39c12;
    text-decoration: none;
}

/* Responsiveness */
@media (max-width: 768px) {
    .footer {
        font-size: 0.9rem;
    }
}
