.margin-r-10 {
    margin-right: 10px !important;
}

.pl-10 {
    margin-left: 10px !important;
}

.pastas-image {
    width: 200px;
    height: 200px;
}

#sauce-view, #toppings-view {
    display: none;
}

.pasta-image {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 0;
}

.sauce-image,.topping-image {
    position:absolute !important;
    top: 0 !important;
    left: 0 !important;
    padding: 10px !important;
}

.sauce-image {
    z-index: 2;
}

.topping-image {
    z-index: 3;
}