*{
    background-color: burlywood !important;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    background-color: burlywood !important;
}

h1, h2, h3, h4, h5, h6, hr{
    color: #ac0100 !important;
}

.nav-item{
    margin: 15px !important;
}

.contenido{
    margin-top: 20px;
    text-align: center;
    padding: 20px;
}

.contenido i{
    padding: 10px;
}

.zona img{
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 10px;
}

.formulario{
    width: 80%;
    margin: auto !important;
}

.tu_pedido{
    color: #ac0100 !important;
}

.btn-primary{
    color: white !important;
    background-color: #ac0100 !important;
    border-style: none !important;
}

footer{
    text-align: center;
}