@charset "utf-8";

* {
	margin: 0;
}
#external-pixels {
    display: none;
}

.font-bold {
  font-weight:bold;
}
.font-red {
  color: red;
}
.font-20 {
  font-size: 20px;
}
.font-22 {
  font-size: 22px;
}
.font-24 {
  font-size: 24px;
}
.font-26 {
  font-size: 26px;
}
.font-28 {
  font-size: 28px;
}
.font-30 {
  font-size: 30px
}
.font-32 {
  font-size: 32px;
}
.text-center {
  text-align: center;
}
.font-red2 {
  color: #C00;
}
.font-blue {
  color: rgb(86, 86, 255);
}
.font-orange {
  color: orange;
}
.font-left {
  text-align: left;
}
.bg-yellow {
  background-color: yellow;
}