body,
html {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  color: white;
  font-family: Arial, Helvetica, SansSerif, sans-serif;
}
.wrapper {
  width: 100%;
  height: 100%;
  background-color: #5b6467;
  background-image: linear-gradient(315deg, #5b6467 0%, #8b939a 74%);
}
.container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 5px solid white;
  padding: 0;
  font-weight: bold;
  font-size: 1.5em;
}
.content span {
  display: inline-block;
  text-align: center;
  padding: 10px;
}
.content span.slvr {
  letter-spacing: 8px;
  padding: 0 20px;
  margin: 0 0 0 5px;
}
.content span.num {
  font-size: 1.1em;
  border-left: 5px solid white;
  width: 1.5em;
  background: white;
  color: #666;
}
/*# sourceMappingURL=index.css.map */