body, html{
    width: 100%;
  }
  
  html{
    display: flex;
    justify-content: center;
  }
  
  body{
    margin: 14px;
    width: auto;
  }
  
  body.presave{
    background-color: #09090B;
  }
  
  body.presave h1,
  body.presave h2,
  body.presave a,
  body.presave div,
  body.presave span,
  body.presave p{
    color: white;
  }
  
  body.presave h2{
    margin: 2px 0 2px 0;
  }
  
  header h1,
  header h1 a,
  header h1 a:hover,
  header h1 a:visited,
  header h1 a:active{
    margin-top: 0;
  }
  
  .description{
    margin: 0 0 10px 0;
  }
  
  h1, h2, a, .header-link, div{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
  }
  
  p, span{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
  }
  
  img{
    max-width: 100%;
    object-fit: cover;
  }
  
  a, a:visited, a:active, a:hover{
    display: block;
    margin: 14px 0;
    color: #003eaa;
    text-decoration: none;
  }
  
  .header-link, .header-link:visited, .header-link:active, .header-link:hover{
    color: white;
  }
  
  .cover-image{
    max-width: 400px;
  }
  
  .news{
    padding: 12px 20px 20px;
    background: #1B1B1E;
    max-width: 420px;
    margin-top: 32px;
  }
  
  .cta{
    text-align: center;
  }
  
  .buttons{
    max-width: 400px;
  }
  
  .divider{
    text-align: center;
    margin: 10px 0;
  }
  
  .button{
    border-radius: 3px;
    background: #1B1B1E;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    padding: 10px 0;
  }
  
  .platform{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-around;
  }
  
  .service-icon{
    height: 42px;
    margin-right: 24px;
  }
  
  .link, .link:visited, .link:active{
    display: flex;
    align-items: center;
    gap: 12px;
    border: 2px solid white;
    border-radius: 4px;
    padding: 12px 20px;
    margin: 14px 0;
    text-align: left;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: white;
    transition: background 0.2s ease;
  }

  .link:hover{
    display: flex;
    text-decoration: none;
  }

  .link svg{
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    fill: currentColor;
  }

  .apple-music, .apple-music:visited, .apple-music:active{ color: #FC3C44; border-color: #FC3C44; }
  .apple-music:hover{ background: rgba(252, 60, 68, 0.08); }

  .youtube-music, .youtube-music:visited, .youtube-music:active{ color: #FF0000; border-color: #FF0000; }
  .youtube-music:hover{ background: rgba(255, 0, 0, 0.08); }

  .deezer, .deezer:visited, .deezer:active{ color: #A238FF; border-color: #A238FF; }
  .deezer:hover{ background: rgba(162, 56, 255, 0.08); }

  .bandcamp, .bandcamp:visited, .bandcamp:active{ color: #1DA0C3; border-color: #1DA0C3; }
  .bandcamp:hover{ background: rgba(29, 160, 195, 0.08); }

  .soundcloud, .soundcloud:visited, .soundcloud:active{ color: #FF5500; border-color: #FF5500; }
  .soundcloud:hover{ background: rgba(255, 85, 0, 0.08); }

  .spotify, .spotify:visited, .spotify:active{ color: #1DB954; border-color: #1DB954; }
  .spotify:hover{ background: rgba(29, 185, 84, 0.08); }
  
  .text{
    color: white;
    font-size: 24px;
  }
  
  .contact {
      margin-top: 40px;
  }