body {
    margin: 0;
    min-height: 100vh;
    background-image: url('assets/img/sell_junk.png');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home {
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    pointer-events:none;
}

.container {
    position: relative;
    z-index: 2;
}

.logo img {
    max-width: 300px;
    height: auto;
}

.footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px;
}
