/* SpaceTime Tapes — site styles */

body {
  background: #fff;
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  padding: 2rem 1rem;
}

main {
  max-width: 555px;
  margin: 0 auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.logo,
.stereo {
  max-width: 555px;
  width: 100%;
  height: auto;
}

.release {
  display: block;
}

.bandcamp-embed {
  position: relative;
  width: 100%;
  max-width: 555px;
  margin: 0 auto;
  padding-bottom: 100%;
  height: 0;
}

.bandcamp-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
