ESX ID + Job customui inspired and watermark for server names
You can change the font size for the watermark in styles.css
.watermark {
position: absolute;
top: 5vh;
right: 2vw;
font-family: 'Bebas Neue', cursive; /* change font here */
font-size: 2.5em; /* change size here */
color: white;
text-shadow: 2px 5px #000000be;
}