body{
    background: #000;
}
.inner-box{
    box-shadow: 0 0 20px #ddd;
    background: #fff;
    border-radius: 5px;
    padding: 30px;
}
