.animation-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
}

.animation-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 20px;
}

#animate-box {
    background-color: #555555;
    padding: 20px 35px;
    border-radius: 12px;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}