/* red black and white  #ff005c */

body {
  font-family: 'Quicksand', sans-serif;
  background: black;
  color: white;
  align-items: center;
}

h1 {
  font-family: 'Rock Salt', cursive;
  color: #ff005c;
  border-bottom: 2px solid #ff005c;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav a {
  color: white;
  font-weight: 600;
  text-decoration: none;
  padding: 10px; 
}

.intro {
  text-align: center;
  padding: 20px;
}

.intro h2 {
  display: inline-block;
  padding: 15px 25px;
  border-radius: 8px;
  font-size: 20px;
}

/*button. */

.button {
  display: inline-block;
  margin-top: 10px;
  padding: 12px;
  background: #ff005c;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
}


/* about */
.about {
  text-align: center;
  padding: 20px;
}
.about h2 {
  color: #ff005c;
  text-transform: uppercase;
}


/* band stuff */
.band {
  text-align: center;
  padding: 30px;
}

.band h2 {
  color: #ff005c;
  text-transform: uppercase;
}



.members {
  align-items: center;
}

.member {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.member {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.member img {
  display: block;
  object-fit: cover;
  width: 75%;
  height:600px;
  border-radius: 8px;
  
}

.member h3 {
  margin-top: 10px;
  color: white;
  padding: 5px;
}

/* Watch section */
.watch {
  text-align: center;
  padding: 20px;
}

.watch h2 {
  color: #ff005c;
}


.watch a {
  text-decoration: none;
  color: #ff005c;
  font-weight: bold;
}

/* footer */
footer {
  background: #111;
  text-align: center;

  /*grey or white  COME BACK TO*/
  padding: 20px;
  font-size: 15px;
  color: grey;
}
