.element {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
padding: 1.5rem;
background-color: #3b82f6;
color: #ffffff;
font-size: 1.25rem;
line-height: 1.75rem;
font-weight: 700;
border-radius: 0.5rem;
box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}