.background-image {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100vh;
  background-image: url("images/background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: black;
  z-index: -1;
}
.index-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Brush Script MT", cursive;
  font-size: 2.5rem;
  color: #fff;
}
.screen-container {
  width: 100vw;
  height: 100vh;
  text-align: center;
}
.section-container {
  width: 100vw;
  text-align: center;
  padding-bottom: 2rem;
  padding-top: 1rem;
}
.bio-container {
  width: 100vw;
  text-align: center;
  background-color: #2b263b;
  padding-bottom: 2rem;
  padding-top: 1rem;
}
.album-container {
  padding: 1rem;
  padding-bottom: 2rem;
}
.news-container {
  width: 100vw;
  text-align: center;
  background-color: #2b262b;
  padding-bottom: 2rem;
  padding-top: 1rem;
}
.text-container {
  margin-left: 10%;
  margin-right: 10%;
}
a {
  color: inherit; /* Inherits text color from parent */
  text-decoration: none; /* Removes underline (optional) */
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #e1dbdb;

  font-family: "Trebuchet MS", sans-serif;
}
.grid-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  gap: 16px;
  justify-content: center;
  padding: 0px;
}

.grid-item {
  height: fit-content;
  width: fit-content;
}
.icon {
  max-height: 50px;
}

.header-banner {
  background-color: black;
  position: sticky;
  height: 60px;
  top: 0;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
