.disintegrating-mirrors{
width: 100%;
height: 100%;
background-color: #A6E22E;
background: radial-gradient(ellipse at center, #272822, #A6E22E);
animation: animation 2s linear infinite;
}}
.animation{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
animation: animation 2s linear infinite;
}}