body {
  padding: 3em 1em;
  margin: auto;
  line-height: 1.75;
  font-size: 1.25em;
  font-family: Helvetica;
  text-align: justify;
  background-image:url('https://media.discordapp.net/attachments/508783686607568936/1464777050731712563/image.png?ex=6976b36f&is=697561ef&hm=0dd3981822d741449632174af4c79b477e5ce7e38831db3adb730d4e3e2f5abb&=&format=webp&quality=lossless&width=790&height=1606');
  background-size: contain;
background-repeat: no-repeat;
}

.artists {
  max-width: 50rem;
  margin: auto;
  padding:1em;
  font-size:2em;
  text-align-last: center;
}

.artists a {
  color:#000;
}


.linktip {
  border:2px solid blue;
  border-radius:50px;
  padding:0.4em;
  font-weight: lighter;
  color:blue;
}

.linktip:hover {
    background-color: blue;
    color: white;
}

.linktip a:hover {
    color: white;
    text-decoration:none;
}

.header{
  max-width: 50rem;
  margin: auto;
}

.footer {
  font-size:0.7em;
  max-width: 50rem;
  margin: auto;
  text-align:center;
}


h1,h2,h3,h4,h5,h6 {
  margin: 3em 0 1em;
}

p,ul,ol {
  margin-bottom: 2em;
  color: #1d1d1d;
  font-family: sans-serif;
}


a{
    text-decoration:none;
}

a:hover{
  text-decoration:underline;
  text-decoration-color: blue;
}

h3::before{
  content:"+ ";
   color:fuchsia;
}