#imprint-loading{
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    background: #252525db;
    z-index: 9999;
}
#imprint-loading-text{
    height: 50px;
    width: 100%;
    top: calc(50% - 25px);
    text-align: center;
    position: absolute;
    z-index: 999999;
    font-size: 30px;
    color: green;
    font-weight: bold;
}
#imprint-loading a{
	text-decoration: none;
    border: solid 1px #000;
    padding: 3px 5px;
    margin-left: 10px;
    background: #fff;
    text-transform: uppercase;
    color: #000;
	
}