* {
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  text-align: center;
  font-size: 128px;
  color: rgb(74, 151, 223);
  font-family: cursive;
  margin: 10px 0px 10px 0px;
}

footer {
  width: 100%;
  background-color: rgb(127, 228, 162);
  color: rgb(236, 31, 31);
  padding: 20px;
  position: absolute;
  bottom: 10px;
  text-align: center;
}

.btn {
  background-color: rgb(214, 94, 46);
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 24px;
  cursor: pointer;
}

#main-nav {
  color: rgb(0, 255, 251);
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
  background-color: rgb(119, 40, 129);
}

.nav-link {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 24px;
  padding: 20px;
}

.artist {
  color: blueviolet;
  font-size: 48px;
  text-align: center;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  transition: backgroud-color 0.3s ease;
}

.artistv2 {
  color:rgb(192, 192, 233);
  font-size: 56px;
}


#artist-profile {
  width: 50%;
  margin: 0px auto;
  border: 1px solid rgb(222, 224, 99);
  padding: 0px 20px;
}

#sub-head {
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  font-size: 48px;
  margin-top: -30px;
}


#helpful-links {
  width: 50%;
  margin: 0px auto;
  border: 1px solid rgb(103, 17, 17);
  padding: 0px 20px;
}


img {
  border-radius: 30px;
}

.artist-item {
  color: blueviolet;
  font-size: 24px;
  text-align: center;
  background-color: #f8f9fa; 
  border: 1px solid #ddd; 
  margin-bottom: 10px;
  padding: 15px; 
  border-radius: 5px; 
  transition: background-color 0.3s ease; 
}

.artist-link {
  color: inherit;
  text-decoration: none;
}


