/* setup stuff */
@font-face {
    font-family:'vt323';
    src: url('vt323-regular.woff') format('woff');
    src: url('vt323-regular.ttf') format('truetype');
}

#spotifybutton{
  position: relative;
  width: 176px; 
  height: 62px;
  left: 50%;
  top: 200px;
  margin-left: -81px;
  background-image: url(Buttons/Spotify.png);
  background-size: 173px 59px;
  background-position: top left;
}
#spotifybutton:active {
  background-image: url(Buttons/SpotifyPressed.png);
}

body {
  background: black url(spacebackground.gif) repeat top left;
  background-size: 456px 351px;
  color: white;
  font-family: "vt323";
}