
body {
  color: #00f900;
  font-family: "Lucida Console", Monaco, monospace;
  background-color: black;
}
#lyrics {
  position: absolute;
  left: 2em;
  top: 2em;
  width: auto;
  height: auto;
}
#lyricstext {
  position: absolute;
  left: 1em;
  right: 1em;
  top: 1em;
  bottom: 1em;
  text-align: left;
}
.blue_bar {
  width: auto;
  height: 30px;
  background-color: #0263B3;
}

.close_icon {
  display: block;
  width: 25px;
  height: 25px;
  float: right;
  padding: -5 0;
  position: relative;
  margin-top: -27px;
  margin-right: 15px;
}

.close_icon:hover {
  background-color: red;
}

.close_icon:active {
  background-color: red;
}

.window_icon {
  display: block;
  width: 25px;
  height: 25px;
  float: right;
  padding: -5 0;
  position: relative;
  margin-top: -27px;
  margin-right: 60px;
}

.lower_icon {
  display: block;
  width: 25px;
  height: 25px;
  float: right;
  padding: -5 0;
  position: relative;
  margin-top: -27px;
  margin-right: 105px;
}

.app_icon {
display: block;
width: 25px;
height: 25px;
float: left;
padding: -5 0;
position: relative;
margin-top: -27px;
margin-left: 5px;
}

.app_name {
  display: block;
  font-size: 20px;
  float: left;
  padding: -5 0;
  position: relative;
  margin-top: -27px;
  margin-left: 40px;
  font-family: 'Segoe UI Local', 'Segoe UI Web (West European)';
  color: white;
}
