video {
  margin-right: -400px;
  filter:opacity(60%);
}

h1 {
  font-family: 'Zilla Slab', serif;
  margin-left: 40px;  

}

body{
    font-family: 'Zilla Slab', serif;
  font-size: 20px;
}

button {
  font-family: 'Zilla Slab', serif;
  padding: 0;
  font-size: 20px;
border: none;
background: none;
margin-left: 40px;  
}


canvas {
  border: 40px;
  border-color: green;
  padding-top: 50px;
  margin-top: 40px;
}

button:hover {
  background-color: #BBBBBB; /* Green */
  text-decoration: underline;
}

/* unvisited link */
a:link {
  color: black;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: grey;
}

/* selected link */
a:active {
  color: grey;
}

.composerSection{
  margin-left: 40px;
}