@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif
}

body {
  background: #eee
}

.brand-javascript-daily {
  height: 55px;
  width: 55px;
}



.btn.btn-primary:focus {
  box-shadow: none;
}