.buorg {
        position: absolute;
        position: fixed;
        z-index: 111111;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        border-bottom: 1px solid #A29330;
        text-align: center;
        color: #000;
        background-color: #fff8ea;
        font: 18px Calibri, Helvetica, sans-serif;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        animation: 1s ease-out 0s buorgfly
    }

.buorg-buttons {
        display: none;
        text-align: center;
    }