body{
    color: white;
    font-family:Arial, Helvetica, sans-serif ;
    background-color: rgb(36, 61, 84);
    text-align: center;
}
a{

    color: white;
    text-decoration: none;

}
a:hover{

    text-decoration: underline;
}

    
#ListaCompras{
    width: 100%;

    border-top: 1px solid white;
    border-bottom: 1px solid white;
}


#item{
    background-color: #1C274C;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    margin-top: -1px;
    border: 1px white solid;
    align-items: center;
}
#item:hover{
    background-color: rgb(62, 106, 146);
}

#logo{
    height: 40px;
    width: 40px;
    margin: 5px;

}
