body{
  background-color:AntiqueWhite;
}

.copyright{
  font-size:smaller;
  display:flex;
  flex-direction:column;
}

figure{
  display:inline-block;
  width:max(25%, 18rem);
  max-width:100%;
}

figure > img{
  width:100%;
}

#bilder{
  display:flex;
  flex-wrap:wrap;
}

#bilder > figure{
  display:flex;
  flex-direction:column;
}

a{
  text-decoration:none;
  color:brown;
}

a:hover{
  text-decoration:underline;
}

.omslag{
  max-width:250px;
  width:100%;
  filter:drop-shadow(0 3px 2px rgba(0,0,0,.3));
}

.lyrics{
  white-space:pre;
  font-style:italic;
}
