@font-face {
  font-family: 'helveticabold';
  src: url("../fonts/HelveticaNeue-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  margin: 0px;
  font-family: 'helveticabold'; }

.container {
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden; }

.container .inner {
  width: 100%;
  position: relative;
  margin: auto;
  max-height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.hundred {
  width: 100%;
  height: 100%;
  z-index: 9; }

.middle-element img {
  width: 100%;
  height: 100%; }

.dollar {
  position: absolute;
  left: 38.75%;
  top: 22.25%;
  color: white;
  width: 100%;
  height: 100%;
  font-size: 2.5vw; }

.counter-01 {
  position: absolute;
  top: 21%;
  left: 0%;
  text-align: center;
  color: white;
  width: 100%;
  height: 100%;
  font-family: 'helveticabold';
  font-size: 5.1vw; }

.counter-02 {
  position: absolute;
  top: 41%;
  left: 0%;
  text-align: center;
  color: #343E3F;
  width: 100%;
  height: 100%;
  font-family: 'helveticabold';
  font-size: 12vw; }

/*# sourceMappingURL=style.css.map */
