.container {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: black;
  position: relative;
}

.avatar {
  width: 300px;
  margin: 0 auto;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top: 30px;
}

.loader {

}

.action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  width: 100%;
  height: 50px;
}

.button {
  margin: 0 auto;
  width: 300px;
  height: 100%;
  display: block;
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
}

.time {
  font-family: 'Droid Sans', sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 300px;
  height: 100px;
  text-align: center;
}

.time-count {
  font-size: 44px;
}

.time-sub {
  font-size: 23px;
}