.box{
    position: absolute;
    bottom: 0;
    z-index: 9999;
    text-align: center;
    width: 300px;
    left: 30vw;
    margin-left: -150px; /* half of the width */
}