@charset "utf-8";
html,
body {
  font-size: 12px;
  background: #334454;
  font-family: 'Open Sans', sans-serif;
}
.block {
  max-width: 400px;
  margin: 50px auto 0px;
}
.block .block-num {
  font-size: 190px;
  font-weight: 100;
  text-align: center;
  width: 100%;
  color: #FFF;
  line-height: 180px;
}
.block .block-text {
  font-size: 31px;
  font-weight: 200;
  text-align: center;
  width: 100%;
  color: #F5F5F5;
  line-height: 34px;
  margin-top: 10px;
  text-transform: uppercase;
}
.block .block-description {
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  width: 100%;
  color: #F0F0F0;
  margin: 30px 0px;
}
.block .block-copy {
  text-align: center;
  width: 100%;
  color: #FFF;
  color: #dddddd;
  margin-top: 30px;
}