.songInfoContainer {
display: flex;
position: fixed;
bottom:0;
left:0;
margin-left: 5px;
margin-bottom: 5px;
font-size: large !important;
}
.songInfoContainer img {
border-radius: 5%;
.songInfo {
margin-left: 10px;
.songInfoSongName {
font-size: 26px;
font-weight: bold;
.songInfoSongAuthor {
font-size: large;
margin-top: -12px;
margin-bottom: -7px;
.songInfoSongOtherContainer {
margin-top: 6px;
.songInfoDiff {
font-size: 22px;
padding: 0px 4px;
width: fit-content;
.songInfoBsr {
.songTimeContainer {
width: 200px;
display: grid;
.songTimeBackground {
grid-column: 1;
grid-row: 1;
z-index: 1;
padding: 3px;
width: 100%;
background-color: white !important;
.songTime {
z-index: 2;
background-color: red !important;
.songTimeText {
margin-top: 2px;
font-size: 20px;