body {
    font-family: 'Montserrat';
    background-color: #ffe5b4;
}

.container {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

h1 {
    color: #b22222;
}

.card {
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 0 3px #666876;
    margin: 2vw auto;
    padding: 2vw 1vw;
    background-color: white;
    transition: all 0.5s ease-in;
    width: 60%;
}

div.ingredientes img {
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#resultado {
    position: relative;
    min-height: 400px;
    display: none;
}

.pizza-base {
    position: relative;
    width: 300px;
    margin: auto;
}

.ingredientes div {
    position: absolute;
}

#masa {
    z-index: 7;
}

#pepperoni {
    z-index: 6;
}

#champinones {
    z-index: 5;
}

#pimiento {
    z-index: 4;
}

#queso {
    z-index: 3;
}
