body {
  font-family: 'Sora', 'Helvetica', 'Arial', sans-serif;
  color: black;
  text-shadow: 1px 1px 1px #aaa;

  background: url('../images/taustakuva.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

h2 {
  margin-bottom: 0;
}

h5 {
  opacity: .5;
  margin-bottom: .25em;
}
a, a:hover, a:visited {
  color: black;
}

ul {
  list-style-type: none;
  padding-left: 1em;
}

ul.playlist li:before
{
	font-family: bullets;
	content: "\25B6";
	float: left;
	width: 1.6em;
  font-size: .75em;
  margin-top: .35em;
  margin-left: -1em;
  color: #050;
  text-shadow: 1px 1px 1px #eee;
}

code {
  color: #050;
  text-shadow: 1px 1px 1px #eee;

  font-weight: bold;
}
td {
  padding-left: 1em;
}

.background-block {
  padding: 2em;
  background-color: rgba(230, 230, 230, 0.9);
}
