* {
  font-family: avenir;
  color: #B8B8B1;
}

body {
  margin: 0;
}

header {
  background: #9B9B8C;
  max-width: 100vw;
  height: 10vh;
}

main {
  max-width: 100vw;
  height: 80vh;
}

#center {
  padding-top: 170px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 150px;
}

h1 {
  color: #4C0066;
  margin-left: 8px;
  margin-bottom: 0;
}

button {
  background: #353526;
  border-radius: 5px;
  color: #B8B8B1;
  margin-left: 0;
  margin-top: 0;
  width: 150px;
  font-size: 18px;
}

footer {
  background: #686859;
  max-width: 100vw;
  height: 10vh;
}

#foot {
  padding-top: 22px;
  padding-left: 15vh;
  color: white;
}

#left {
  float: left;
  width: 50%;
}

#rr {
  opacity: .19;
  float: right;
  width: 50%;
  height: 103%;
}

#albumcovers {
  z-index: 2;
  position: absolute;
  height: 80%;
  width: 19vw;
  margin-left: 64%;
}

.cover {
  height: same-as-width;
  max-height: 26vh;
}
