body {
  font-size: calc(0.4em + 1vw);
  margin:1.3em;
  background-color:black;
  color:white;
  font-family:arial;
}

#menu {
  display: flex;
  justify-content: space-around;
}
a {
  font-size: 2.5em;
  color:white;
  text-decoration:none;
  font-family:arial;
}
a:hover {
  color:#eeeeee;
}
a:active {
	color:#00a3d9;
}
.text {
  padding: 2em;
  font-size: 1.2em;
}
/* index */
#image {
  background: url('pianistbw.jpg') center no-repeat;
  background-size:100% 100%;
  box-shadow: 0 0 1em 1em black inset;
  width: 40em;
  height: 30em;
}
/* video */
.vidwin {
  width:fit-content;
  text-align: left;
  padding-bottom: 1.5em;
}
iframe {
  width: 40em;
  height: 20em;
  border: none;
}
/* audio */
.genre {
  border: 0.2em white solid;
  width: 85%;
  padding-top: 0.2em;
  margin-bottom: 2em;
  font-size: 1.2em;
}
.genre td {
  padding: 0.7em;
}
th {
  padding: 0.5em;
}

