body {
  /* background: url('2021-11-02 14.55.07-cropped01.jpg'); */
  /* height: 200px; */
  background-color: #24c024;
  /*background-image: url("stave1.png");
  background-repeat: no-repeat;
  background-size: cover; /* Resize the background image to cover the entire container */*/
  /* background-image: linear-gradient(red, yellow); */
}
.artistimage {
  /* width:100; */
  /* height:100; */
  border:5px solid black;
  margin:10px 10px;
}

.columns {
  display: flex;
  justify-content:flex-start;
  align-items: center;
  gap:5em;
  /* height: 100px;*/
}

.columns > .desc {
  text-align: left;
  /* padding: 25px; */
  /* margin: auto; */
  /* width: 15%; */
}
.columns > .lossless {
  text-align: left;
  /* padding: 15px; */
  /* margin: auto; */
  /* width: 90%; */
}
ul {
  list-style: none;
}
header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0f0d11;
  padding: 10px;
}
nav a:visited,
nav a:link {
  color: #fff;
  text-decoration: none;
}

nav > ul {
  display: inline;
  padding: 0;
}

nav > ul > li {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 5px;
}

main {
  display: block;
/*  background-image: url("stave.png");*/
  padding-top: 3em;
  padding-bottom: 3em;
  min-height: 85%;
}