/*body {
  background-image: url("./images/logo.JPG");
  width: 100vw;
  height: auto;
}
*/
a:link {
    color: green;
  }
  
  a:visited {
    color: darkgreen;
  }

  img#band-pic {
    height: auto;
    width: 200px;
  }

  img#logo {
    height: auto;
    width: 50vw;
  }