html, body {
    height: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #282828;
    color: white;

    background-image: url('auto-parts-white2.png');
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: top center;
    background-attachment: fixed;
    background-blend-mode: soft-light;
}

/* Full page layout with sticky footer support */
.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 110vh;
    z-index: 1000;
}

.main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 0;
}

/* Content styling */
.content {
    width: 85%;
    margin: 0 auto;
    max-width: 1100px;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}


/* Responsive layout */
@media (max-width: 950px) {
    .content {
       
        align-items: center;
    }
}

/* Info section with image */


/* Footer */
footer {
    padding: 20px;
    background-color: #1a1a1a;
    color: white;
    text-align: center;
}
