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