/*Creative Commons License Portal End Credits Web by xBytez/TylaKitty/Valve is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. Based on a work at https://xbytez.eu/. */

body {
    color: yellow;
    font-family: monospace;
    font-size: 9pt;
    line-height: 1.60em;
    background-color: black;
}
#lyrics {
    position: absolute;
    left: 2em;
    top: 2em;
    width: 30em;
    height: 52em;
}
#lyricstext {
    position: absolute;
    left: 1em;
    right: 1em;
    top: 1em;
    bottom: 1em;
    text-align: left;
}
#lyricsleft, #lyricsright {
    position: absolute;
    width: 1em;
    top: 1.5em;
    bottom: 1.5em;
    text-align: center;
}
#lyricsleft {
    left: 0em;
}
#lyricsright {
    right: 0em;
}
#lyricstop, #lyricsbottom {
    position: absolute;
    left: 0em;
    width: 30em;
    height: 1em;
    text-align: center;
}
#lyricstop {
    top: 0em;
}
#lyricsbottom {
    bottom: 0em;
}
#credits {
    position: absolute;
    left: 33em;
    top: 2em;
    width: 30em;
    height: 28em;
}
#creditstext {
    position: absolute;
    left: 2em;
    right: 1em;
    top: 1.3em;
    bottom: 1em;
    text-align: left;
    vertical-align: bottom;
}
#creditsleft, #creditsright {
    position: absolute;
    width: 1em;
    top: 1.5em;
    bottom: 1.5em;
    text-align: center;
}
#creditsleft {
    left: 0em;
}
#creditsright {
    right: 0em;
}
#creditstop, #creditsbottom {
    position: absolute;
    left: 0em;
    width: 30em;
    height: 1em;
    text-align: center;
}
#creditstop {
    top: 0em;
}
#creditsbottom {
    bottom: 0em;
}
#picture {
    position: absolute;
    left: 36em;
    top: 30em;
    width: 30em;
    height: 25em;
    line-height: 1.3em;
}
#bottomright {
    position: absolute;
    bottom: 15px;
    right: 0;
    display: inline;
}
#menu {
    display: none;
    font-size: 25px;
}
#cake {
    display: inline;
    font-size: 42px;
}
a:link,a:visited {
    color: yellow;
    text-decoration: none;
}
