.box {
     position: absolute;
     top: 50%;
     left: 50%;
     width: 200px;
     height: 200px;
     padding: 20px;
     margin-left: -283px;
     margin-top: -140px;
     background: #fff;
     box-sizing: border-box;
}