body {
    font-family: sans-serif;
    background-color: #111;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 20px;
  }
  
  .container {
    max-width: 600px;
    margin: auto;
  }
  
  .album-art {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  
  .soundcloud-embed {
    margin-bottom: 20px;
  }
  
  .download-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ff5500;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
  }
  
  .download-link:hover {
    background-color: #e64a00;
  }
  
  .contact {
    margin-top: 30px;
    font-size: 0.9em;
    color: #ccc;
  }
  
  .contact a {
    color: #ff5500;
    text-decoration: none;
  }
  
  .contact a:hover {
    text-decoration: underline;
  }
  