* {
    margin: 0%;
    padding: 0%;
    margin-left: auto;
    margin-right: auto;

}

body {
    background: #004FF9;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFF94C, #004FF9);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FFF94C, #004FF9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}


.fuente {
    font-family: 'Alegreya Sans SC', sans-serif;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.palito {
    width: 5px;
    height: 25px;
    margin-top: 20px;
    background-color: peru;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.aceituna {
    width: 20px;
    height: 30px;
    background-color: olive;
    border-radius: 100%;
}

.pan {
    width: 190px;
    height: 35px;
    background-color: rgb(212, 177, 88);
    border-top-right-radius: 60%;
    border-top-left-radius: 60%;
}

.tomate {
    width: 180px;
    height: 8px;
    background-color: red;
    border-radius: 40%;
}

.lechuga {
 width: 180px;
 height: 8px;
 background-color: rgb(21, 226, 21);
 border-top-left-radius: 45%;
 border-top-right-radius: 45%; 
}

.bolla {
    width: 85px;
    height: 4px;
    background-color: rgb(177, 109, 241);
    border-radius: 100%;
}

.cebolla {
    display: flex;
    justify-content: center;
    margin: 0px;
}

.cebolla div {
    margin: 0px;
    border-color: rgb(107, 29, 163);
    border-style: groove;
}

.bola {
    width: 55px;
    height: 6px;
    background-color: rgb(133, 33, 6);
    border-radius: 35%;
}

.albondi {
    display: flex;
    justify-content: center;

}

.albondi div {
    margin: 0px;
    border-color: rgb(107, 30, 8);
    border-style: groove;
}

.hamburguesa {
    width: 190px;
    height: 10px;
    border-radius: 25px;
    background-color: rgb(82, 61, 18);
}

.queso {
    width: 200px;
    height: 6px;
    background-color: rgb(255, 230, 0);
    border-top-right-radius: 25%;
    border-top-left-radius: 25%;
}

.queso2 {
    width: 200px;
    height: 6px;
    background-color: rgb(255, 196, 0);
    border-top-right-radius: 25%;
    border-top-left-radius: 25%;
}

.pan2 {
    width: 190px;
    height: 35px;
    background-color: rgb(212, 177, 88);
    border-bottom-right-radius: 60%;
    border-bottom-left-radius: 60%;
}

.bandeja {
    width: 400px;
    height: 35px;
    background-color: slategray;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-color: rgb(62, 63, 65);
    border-style: groove;
}

li {
    list-style: none;
    text-decoration: none;
}

footer {
    padding-top: 5em;
    display: flex;
    text-align: center;
}