/* Font */
.font {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: small;
}

/* Background */
.bg-light {
  background: #4a4a4a;
}

.bg-normal {
  background: #2e2e2e;
}

.bg-dark {
  background: #000000;
}

/* Text */
.text-light {
  color: #ffffff;
}

.text-normal {
  color: #8b8b8b;
}

.text-pink {
  color: #ff06a4;
}

.text-blue {
  color: #4aa8ff;
}

.text-yellow {
  color: #ffe100;
}

a {
  text-decoration: none;
  color: #ffffff;
}
