.p3x-gitlist-overlay {
z-index: 999999;
background-color: rgba(0, 0, 0, 0.5);
color: rgba(255, 255, 255, 0.7);
font-size: 200%;
position: fixed;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
text-align:center;
/*Flexbox*/
display: flex;
align-items: center;
align-content: center;
justify-content: center;
}