div {
    height: 200px;
    width: 400px;
    background: #F17D21;
    color: #FFFFFF;

    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -200px;
    text-align: center; 
}
