#changeColor, #showRealTime, #skipSongTipLetter { font-weight: bold; }

#changeColor { color: green; }

#discord { margin-top: 30px; }

#showRealTime { margin-bottom: 30px; }

/* To make the particle effect full screen, this css styling must be added */
html {
    overflow: hidden;
}

body {
    margin: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

#particles {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}