#get_order_information{
    position: fixed;
    top: 15vw;
    left: 2.5vw;
    width: 40vw;
    line-height: 8vw;
    border-radius: 5vw;
    background: rgba(0, 0, 0, 0.3);
    z-index: 100;
    text-align: center;
    font-size: 3.2vw;
    overflow: hidden;
    /* display: none; */
}
#get_order_information a{
    color: #fff;
}