body{
    
    background:#f1f3f4;
    padding: 20px;
    font-family: Arial;
    
}

.page {
    width: 8.5in;             /* page width */
    height: 11in;          /* page height */
    margin: 40px auto 0 auto; /* top margin separates from previous page, auto horizontal centering */
    background: white;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
    position: relative;
}