.info-center {
  background: #FFF;
  padding: 50px 20px;
  border-radius: 20px;
  border: 2px solid #ccc;
  box-shadow: 2px 2px #ccc;
}

.info-center h2.info-head, h1.info-head {
  font-weight: 700;
  font-family: Arial, Verdana, Sans-serif, Tahoma;
  text-shadow: 2px 1px #eee;
  margin-bottom: 20px;
}

.info-head.success {
  color: #11bb11;
}

.info-head.danger {
  color: #d44;
}

.info-center .lead {
  font-size: 130%;
  line-height: 160%;
}

.info-center .lead.big {
  font-size: 150%;
  line-height: 180%;
}