body {
  background:#2c3e50;
  margin:0px;
  padding:0px;
}
table {
  margin:20px;
  border:0px;
  border-spacing:0px;
}
td {
  color:#ffffff;
  background:#2980b9;
  height:600px;
}
.container {
  box-shadow:0px 0px 70px #000;
  -moz-box-shadow:0px 0px 70px #000;
  -webkit-box-shadow:0px 0px 70px #000;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  margin:0px auto;
  border-left:2px solid #222;
  border-right:2px solid #222;
}
.picture {
  text-align: center;
}
.content {
  font-size: 35px;
  font-family: 'Candal', sans-serif;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f1fb), to(#d3daec));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
