#gameCredits{top:0;bottom:0;position:absolute;left:0;right:0;width:100%;height:100%;margin:auto}#gameCredits #creditsBg{left:0;right:0;position:absolute;top:0;bottom:0;width:100%;height:100%;object-fit:fill;box-sizing:inherit;padding:inherit;background-image:url(../images/bg.png);background-size:100% 100%;background-color:#1fb02c;background-blend-mode:multiply;z-index:-20;margin:auto}#gameCredits header{position:absolute;left:0;right:0;margin-left:auto;margin-right:auto;top:3%;width:80%;height:20%;font-family:Baloo;font-size:12vw;color:#fff;text-shadow:2px 4px #000;text-align:center}#gameCredits #creditsText{position:absolute;left:0;right:0;margin-left:auto;margin-right:auto;top:15%;width:80%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}#gameCredits .entry{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin-bottom:3vh;font-family:Baloo;color:#fff;text-shadow:2px 4px #000}#gameCredits .entry .hdr{font-size:8vw;margin-bottom:.1vh;color:#ff0}#gameCredits .entry .name{font-size:5vw;margin-bottom:.1vh}#gameCredits #backButton{background-image:url(../images/button.png);background-size:100% 100%;background-color:#f61616;background-blend-mode:multiply;mask-image:url(../images/button.png);-webkit-mask-image:url(../images/button.png);mask-size:100% 100%;-webkit-mask-size:100% 100%;display:flex;justify-content:center;align-items:center;font-family:Baloo;color:#fff;text-shadow:1px 1px #000;text-align:center;position:absolute;right:5%;bottom:3%;width:20%;height:10%;font-size:7vw}#gameCredits #backButton span{width:100%}