
:root{

    --color:grey;
}
.transparentnav{
    background-color: transparent !important;

}
.main-nav.transparent{ 
   background-color: grey;
    box-shadow: none;
}
.dark{
    background-color: grey;
}
.listnew{
    width: 100%;
    color: grey;
    height: 200px;
}
.grey{
    color: var(--color);
}
.pwidth{
    max-width: 800px;
}
.prceo{
   margin-left: 40%;

}
.mlaut{
    margin-left: 3%;
}