div {
 
    background: rgb(255, 255, 255);

    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -200px;
}