.heading {
  color: yellow;
  font-size: 80px;
  text-shadow: 2px 2px 0 black;
  font-family: "Times New Roman", Times, serif;
  z-index: 10;
}
.intro-paragraph {
  color: white;
  font-size: x-large;
  z-index: 10;
  width: 50%;
}

.background {
  position: absolute;
  top: -200px;
  left: 100px;
  z-index: 2;
  float: left;
  width: 50%;
  height: 80vh;
  object-fit: cover;
}

#intro {
  position: relative;
  margin-top: 50px;
  margin-bottom: 200px;
}

.band-img {
  width: 200px;
  height: 200px;
  background-color: black;
  font-size: 40px;
}

.bands {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.bands:hover {
  transform: scale(1.1);
  transition: 0.5s;
  cursor: pointer;
}

.led-head {
}
body {
  flex-direction: column;
  background-color: black;
}

section {
  margin-top: auto;
  max-height: 800px;
  display: flex;
  /* border: 8px solid yellow; */
  flex-direction: row;
  justify-content: space-evenly;
  align-items: top;
  flex-wrap: wrap;
}
ul :hover {
  background-color: black;
  color: yellow;
  transform: scale(1, 1);
  transition: 0.5s;
  cursor: pointer;
}

nav {
  background-color: black;
  border: 20%;
  font-size: 40px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: end;
  /* float : right; */
  width: 100%;
}
ul li {
  list-style-type: none;
  display: inline;
  margin: 10px;
  padding: 10px;
  padding-inline-start: 20px;
  border: 2px solid black;
  border-radius: 10px;
  background-color: yellow;
  color: black;
  font-size: 20px;
  float: right;
}
button {
  background-color: yellow;
  color: black;
  font-size: 20px;
  border: 2px solid black;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
  float: right;
}
p {
  float: left;
  color: white;
  width: 20%;
  font-size: 20px;
  padding: 10px;
  margin: 10px;
  border: 2px solid yellow;
  border-radius: 10px;
  background-color: black;
  box-shadow: 4px 4px 4px 4px rgb(139, 139, 10);
}
footer {
  background-color: black;
  float: left;
  width: 40%;
  height: 100px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: bottom;
  justify-content: space-between;
  align-items: bottom;
}
footer :hover {
  transform: scale(1, 1);
  transition: 0.5s;
  cursor: pointer;
}
.background-pg {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 2;
  float: left;
  object-fit: cover;
}

.small-image {
  width: 100px;
  height: auto;
  object-fit: cover;
}
.large-image {
  width: 200px;
  height: 50vh;
  object-fit: cover;
}

#end {
  position: relative;
  margin-top: 200px;
  margin-bottom: 50px;
}

#author {
  color: yellow;
  font-size: xx-large;
}
