/* BASIC css start */
.event-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.stack-img {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.button-area {
    position: relative;
    width: 100%;
}

.store-links {
    position: absolute;
    bottom: 595px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: 820px;
    gap: 50px;
    justify-content: center;
    align-items: center;
}

.store-links a {
    flex: 1; 
    display: block;
    position: relative;
    top: 0;
    left: 0;
    
}
.store-links a:hover {
    top: 1px;
    left: 1px;
}

.store-links img {
    width: 100%;
    height: auto;
    display: block;
}

/* BASIC css end */

