* {
    font-family: monospace;
}

html, body {
    height: 100%;
    margin: 0;
    overflow: hidden;
    background-color: rgb(15, 20, 35);
}

body {
    color: rgb(230, 240, 255);
}

.bar {
    z-index: 3;
    border: 3px solid rgb(230, 240, 255);
    width: 300px;
    text-align: center;
    margin: 15px;
    background-color: black;
    box-shadow: 0 0 15px black;
}

.headerText {
    font-weight: bold;
    font-size: 230%;
    padding: 0;
    margin: 0;
}

#topBar {
    padding-top: 15px;
    padding-bottom: 10px;
}

#leftBar {
    overflow-y: scroll;
}

a {
    color: rgb(230, 240, 255);
}

a:hover {
    color: rgb(170, 210, 225);
}

#neoButtons a {
    text-decoration: none;
}

a img:hover {
    opacity: .8;
}

#headerThing {
    position: fixed;
    left: 0;
    top: 0;
}

.star {
    z-index: 0;
    position: fixed;
    background-color: white;
    border-radius: 100%;
}

#bigIcon {
    width: 120px;
    height: 120px;
    border-radius: 200px;
}

#nowPlaying {
    position: fixed;
    z-index: 0;
    bottom: 0;
    right: 10px;
    font-weight: bold;
    text-shadow: 3px 3px blueviolet;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgb(25, 27, 35);
}

::-webkit-scrollbar-thumb {
  background: rgb(230, 240, 255);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(170, 210, 225);
}

.building {
    position: absolute;
    width: 100px;
    bottom: 0;
}

#container {
    position: absolute;
    left: 350px;
    top: 20px;
}

#sonaImg {
    position: fixed;
    pointer-events: none;
}







