* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}

main {
  position: relative;
  width: 66rem;
  max-width: 100%;
  padding: 1rem;
  margin: 0 auto;
}

#bells {
  position: absolute;
  top: 2rem;
  right: 0;
  z-index: -1;
  width: 333px;
  max-width: 29%;
  height: calc(100% - 6rem);
  background-image: url("/hear-ye/bells3.jpg");
  background-repeat: repeat-y;
  background-size: 100%;
}

pre {
  color: #322;
  width: 72%;
  text-shadow: 0 0 2px white;
}
