body {
    font: 13px/1.4 'Helvetica Neue', 'Helvetica','Arial', sans-serif;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: url('bg.jpg') center top no-repeat;
    background-size: cover;
}

.container {
    min-width: 290px;
    margin: auto;
    text-align: center;
}
h1 {
    border-bottom: 1px solid #d9d9d9;
}
h2{
  position: relative;;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
a {
    color: #be2221;
    text-decoration: none;
}

.logo {
  max-width: 18rem;
  height: auto;
  margin: -90px 0 48px -20px;
}

.callback,
.simple {
  font-size: 20px;
  background: #27ae60;
  padding: 0.5em 0.7em;
  color: #ecf0f1;
  margin-bottom: 50px;
  -webkit-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
.callback{
  cursor: pointer;
}
.ended {
  background: #c0392b;
}
.styled{
  margin-bottom: 50px;
}
.styled div {
  display: inline-block;
  margin-left: 10px;
  font-size: 30px;
  font-weight: 100;
  line-height: 1;
  text-align: right;
}
/* IE7 inline-block hack */
*+html .styled div{
  display: inline;
  zoom: 1;
}
.styled div:first-child {
  margin-left: 0;
  color: #ffff00;
}
.styled div:nth-child(2) {
  color: #ff7e34;
}
.styled div:nth-child(3) {
  color: #ff7e34;
}
.styled div:last-child {
  color: #ff0000;
}
.styled div span {
  display: block;
  border-top: 1px solid rgba(0,0,0,0.075);
  padding-top: 3px;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
}

.styled div:first-child span,
.styled div:nth-child(2) span,
.styled div:nth-child(3) span,
.styled div:last-child span {
  color: rgba(255,255,255,0.25);
}

