body {
    background: red;
    
    }
 
div {
    position: absolute;
    background: yellow;
    width: 500px;
    height: 500px;
    bottom: 50%;
    left: 50%;
    right: 50%;
    top: 50%;
    margin-left:-250px;
    margin-top: -250px;

}
