
.currSign:before {
      content: '$';
}

.perSign:after {
    content: '%';
}

html {
font-size: 13px;
}
