body{margin:0;font-family:Arial,sans-serif;background-color:#121212;color:#fff;display:flex;flex-direction:column;min-height:100vh}a{color:inherit;text-decoration:none}main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1em}.App{display:flex;flex-direction:column;min-height:100vh}header,footer{background-color:#1f1f1f;padding:1em 0;text-align:center}footer{margin-top:auto}header{background-color:#1f1f1f;padding:1em 0;text-align:center}nav ul{list-style-type:none;padding:0;margin:0;display:flex;justify-content:center;gap:2em}nav a{color:#61dafb;font-size:1.2em;transition:color .3s ease}nav a:hover{color:#21a1f1}#home{text-align:center;padding:2em 1em}#home h1{font-size:3em;margin-bottom:.5em;color:#61dafb}.band-photo{width:100%;max-width:500px;border-radius:10px;margin:1em 0}#home p{font-size:1.5em;line-height:1.4}#about{padding:2em 1em}#about h2{font-size:2.5em;margin-bottom:.5em;color:#61dafb}#about p{font-size:1.2em;line-height:1.5}#music{padding:2em 1em;text-align:center}#music h2{font-size:2.5em;margin-bottom:.5em;color:#61dafb}#music p{font-size:1.2em;line-height:1.5}#contact{padding:2em 1em;text-align:center}#contact h2{font-size:2.5em;margin-bottom:.5em;color:#61dafb}#contact p{font-size:1.2em;line-height:1.5}#contact form{display:flex;flex-direction:column;gap:1em;max-width:500px;margin:0 auto}#contact input,#contact textarea{padding:.5em;border:1px solid #ccc;border-radius:5px;font-size:1em}#contact button{padding:.7em;border:none;border-radius:5px;background-color:#61dafb;color:#000;font-size:1.2em;cursor:pointer;transition:background-color .3s ease}#contact button:hover{background-color:#21a1f1}#contact{text-align:center}.contact-icons{display:flex;justify-content:center;gap:20px}.contact-icons a{color:inherit;text-decoration:none}footer{background-color:#1f1f1f;padding:1em 0;text-align:center;margin-top:auto}footer p{margin:0}
