.animation-container {
    position: fixed;
    top: 0.01rem;
    left: 8rem;
    width: 50px;
    height: 50px;
    z-index: 1001;
    border-radius: 50%;
    overflow: hidden;
}

.animation-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}