body {
  background-color: #8fb3d6;
}
body .container {
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 5px 5px 15px #000000;
  -moz-box-shadow: 5px 5px 15px #000000;
  -ms-box-shadow: 5px 5px 15px #000000;
  box-shadow: 5px 5px 15px #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
body .container h1 {
  padding: 5px;
}
body .container span {
  font-size: 30px;
}
body .container input {
  text-align: right;
  font-size: 30px;
}