let rect = document.querySelector('#mask > rect');
rect.style.fill = "rgba(255, 255, 255, 0.30)";
svg:hover #mask > text {
fill: rgb(125,125,125);
}
.fixed {
position: relative;
//width: 100%;
margin: 0 auto;
border: 1px solid #0C0;
background: #EAFFEA;
}