
#welcoming-image {
    width: 100%;
}

#shop-now-action {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    background-color: rgb(43, 43, 43);;
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 12px;
    font-size: 14px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.404);
}

#shop-now {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 1050px) {
    #shop-now-action {
        padding: 12px 18px;
        font-size: 16px;
    }
}
