html {
  min-height: 100vh;
  min-width: 100vw;
  background-color: #111110;
}
body {
  font-family: "Arial", sans-serif;
  color: #965c88;
  background-image: url("https://bedwetter.neocities.org/thingsthataremyfavorite/carpenters.jpg");
  background-size: 120px;
  background-repeat: repeat;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  height: 2000px;
  margin: 0px;
}
.headerfooter {
  width: 910px;
  background-color: orange;
  color: white;
  margin: 0px;
  padding-left: 10px;
}
#footer:hover {
  text-decoration: underline;
}
h2 {
  margin: 0px;
  max-width: 100%;
  letter-spacing: -0.03em;
}
h3 {
  letter-spacing: -0.03em;
}
hr {
  border-width: 1px;
  border-style: solid;
  color: #d9d7d7;
}
#blurb {
  background-color: white;
  width: 900px;
  margin: 0px;
  padding: 10px;
}
.blurbtypeshit {
  background-color: white;
  width: 900px;
  margin: 0px;
  padding: 10px;
}
.albums {
  height: 100%;
  cursor: pointer;
}
#concertparagraph-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#concertgif {
  max-width: 100%;
  max-height: 100%;
}

#concertgif img {
  width: 300px;
  height: 225px;
}
#concerttext {
  padding-left: 10px;
  line-height: 2em;
}
strong {
  font-weight: bold;
  letter-spacing: -0.03em;
  color: rgb(50, 76, 168);
}
#wholebody {
  width: 1200px;
  background-image: url("https://bedwetter.neocities.org/thingsthataremyfavorite/carpenters.jpg");
  background-size: 120px;
  background-repeat: repeat;
  margin: auto;
}
#albumimg {
  height: 60px;
  width: 100%;
  margin: 0px;
  display: flex;
  justify-content: space-between;
}
#morningeffort {
  height: 240px;
  width: 480px;
  background-image: url(https://bedwetter.neocities.org/output.gif);
  padding: 10px;
  color: white;
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 2em;
}
.albumblurb {
  width: 900px;
  margin: 0px 0px 0px 15px;
}