p{
        margin: 5px 0 25px;
}

.sc{
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 2px;
        color: #000;
}

.info {
  display: inline-block;
  padding: 0px 20px;
  width: 690px;
  height: 24px;
  text-align: left;
  text-decoration: none;
  line-height: 28px;
  letter-spacing: 1px;
        font-family: 'Lucida Sans Unicode';
  font-size: 23px;
  font-weight: 700;
        color: #ffac7e;
}

.button {
  display: inline-block;
  width: 220px;
  height: 52px;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  border: 3px solid #68b9ed;
  text-shadow: 3px 3px 0 #3CA8EE;
        box-shadow: 2px 2px 0 #0C87D6;
  background: #68b9ed;
  color: #fff;
  letter-spacing: 3px;
  line-height: 52px;
  font-size: 20px;
  font-weight: bold;
  border-radius:8px;
}


.button:hover {
        filter:alpha(opacity=45);
        -ms-filter: alpha(opacity=45);
        -moz-opacity: 0.45;
        opacity: 0.45;
}
