:root { 
  --romb: #1e90ff; /* #ff0037;*/
  --noselect: grey; 
  --select: #1e90ff; 
  --Bselect: black; 

}
body {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  background-color: transparent; /* #0c0f15; #ff0037;*/
  overflow-x:hidden;
  color: black; 
  
}




.batt{ width:80%; text-align:center; background:transparent; color:var(--noselect); border:1px solid transparent; }
.batt:hover{  color:var(--select); transition:0.6s; }
.icon { width:20% color:var(--romb);  }
.icon:hover{  color:var(--select); transition:0.6s; }