div {
    height: 200px;
    width: 400px;
    background: #ffffff;

    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -200px;
}