export function logger(message) { console.log(`${message}`, 'background-color: black;color:white;padding:4px;border-radius:15px'); }