/* Minimal, contemporary EPK style */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Helvetica Neue', sans-serif;
  background: #fdfdfd;
  background-image: ;
  color: #674b4b;
  line-height: 1.6;
  padding: 2rem;
}

main {
  max-width: 800px;
  margin: auto;
}

.intro {
  text-align: center;
  margin-bottom: 3rem;
}

.artist-photo {
  position: relative;
  width: 100%;
  height: 100%;
}

h1 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #333;
}

section {
}

.music{
	margin-bottom: -6rem;
}

h2 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 1px;
}

p, a {
  font-size: 1rem;
  color: #333;
  margin-bottom: 1rem;
  text-align: justify;
}

.lite{
color: #5c5c5c;

}
a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
  color: #5c5c5c;
}

a:hover {
  border-bottom: 1px solid #aaa;
}

iframe {
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.gallery img {
  width: 100%;
  border-radius: 8px;
  margin-top: 1rem;
  object-fit: cover;
}

.socials {
  margin-top: 1rem;
}

.socials a {
  margin-right: 1.5rem;
}

.right {
	margin-right: 0rem;
	margin-top: 1rem;
	font-weight: bold;
	}
