* {box-sizing: border-box;}

body {background-color:rgb(17, 11, 37);

}

.lyrics {
white-space:nowrap;
color:white;
height:150px;
background-size:auto 180px;
font-size:20pt;
font-family:"Bitcount Prop Single Ink", system-ui;
position:absolute;
top:0;
background-image:url(images/5.png), url(images/4.png);
background-repeat:repeat-x;
background-position:bottom;
padding-top:120px;}

#lyrics {background-color:rgb(72, 27, 114);
padding-top:5px;}

.map {
color:white;
margin: 180px auto;
image-rendering: pixelated;}
table {margin:auto;
border:3px solid grey;
}

table, td, tr { border-collapse: collapse;
}

marquee img {margin-bottom:-5px;}

td {height:50px;
width:50px;
text-align: center;
border:6px solid grey;
outline:1px dashed white;}

td img {max-width:100%;
max-height:100%}

.bigone {max-width:unset;
max-height:unset;}