 .dbb{
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  text-align: center;
  width: 170px;
  padding: 16px 5px;
  border-radius: 5px;
  background-color: var(--primarycolor);
  color: var(--backgroundcolor);
}


.dbb__logo {
 font-size: 22px;
line-height: 22px;
height: 22px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}

.dbb__logo__o {
  display: inline-block;
height: 9px;;
  width: 8px;
  text-indent: -999px;
  position: relative;
  vertical-align: middle;
  margin: 0 3px;
}


.dbb__stats {
  font-size: 14px;
}

.dbb__logo__o::after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 8px;
  box-shadow: -.25px .25px 2px 2px var(--backgroundcolor);
  position: absolute;
  top: 0;
}

.footerbeacon{
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    grid-row-gap: 8px;
}

#heylow{
    font-size: 12px;
}