.ar-container {
    text-align: center;
    padding: 25px;
    margin: 20px 0;
    background: #f5f8f7;
    border-radius: 12px;
    font-size: 22px;
    font-weight: 500;
    color: #2c3e3a;
}

.ar-text {
    transition: opacity 0.5s ease-in-out;
}