body {background-color:#f2f2f2;}
.container {
    background-color: white;
    max-width:600px;
    margin:auto; margin-top:20px;
    padding-bottom:18px;
    border: 1px ridge #bbb;
    border-radius: 5px;
    }
