.fractured-mirrors{
display: flex;
align-items: center;
justify-content: center;
aspect-ratio: 9/16;
background: linear-gradient(to bottom, #333 0%, #ccc 20%, #fff 100%);
border-radius: 50%;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
animation: expansion 1s linear;
}