#backwards-text-generator {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#backwards-text-generator h2 {
    background-color: #007bff;
    color: #ffffff;
    padding: 10px;
    border-radius: 4px;
}

#buttons button {
    margin: 5px;
    transition: all 0.2s ease-in-out;
}

#buttons button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#counters {
    margin-top: 10px;
    font-size: 14px;
}
