* {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

body {
  background-color: #2c2f33;
}

.container {
  width: 640px;
  margin: auto;
}

h1 {
  text-align: center;
  color: #7289da;
  font-size: 52px;
}

p {
  text-align: center;
  color: #fff;
}

.text {
  font-size: 18px;
  color: #C8CACB;
  border: 1px #484C52 solid;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 1px 2px 0px #444;
  width: inherit;
  background-color: #484C52;
  cursor: pointer;
}

.count {
  text-align: right;
  font-size: 12px;
  color: #99aab5;
  font-weight: bold;
}