.sub{
  border-radius: 5px;
  background-color: rgb(255,0,0);
  color: rgb(255,255,255);
}

.clicks{
  color: rgb(255,255,255);
  font-family: "FontHere";
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255,0,0);
}

@font-face {
    font-family: "FontHere";
    src: url("//fonts/BobloxClassic.ttf");
}