.animation-container
{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 50%;
background: linear-gradient(to bottom, #000, #333);
position: absolute;
top: 75%;
left: 50%;
transform: translate(-50%, -50%);
overflow: hidden;
}