    @import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400&display=swap');
    .hudmusic {
        image-rendeing: pixelated;
        position: fixed;
        left: 0;
        bottom: 0;
        font-family:"PT Sans", sans;
        font-weight: bold;
    }
    .playbar {
		position:absolute;
		height:52px;
		width:280px;
        left: 0px;
        bottom: 0px;
        z-index: 100;
        filter: drop-shadow(5px 1px 0.5px #2D0F4Bcc);
    }
	.playbutt {
        position:absolute;
        height:44px;
    	width:44px;
        bottom: 2px;
        left: 10px;
        z-index: 102;
    }
    .playclick {
        cursor:pointer;
        position:absolute;
    	height:44px;
        bottom: 2px;
        left: 10px;
        z-index: 103;
        opacity:0;
        transition: opacity 0.4s;
    }
    .playclick:hover {
        opacity:1;
        transition: opacity 0.4s;
    }
    .playtext {
        position:absolute;
		max-height: 60px;
        color: #b4ffff;
        font-size: 20px;
        bottom: -20px;
        left: 60px;
        z-index: 101;
        width: 218px;
        overflow-x: hidden;
        white-space:nowrap;
		overflow-y: show;
    }