#myVideo {
  position: fixed;
  top: 0;
  right: 0;
  min-height: 100%;
  min-width: 100%;
  z-index: -10;
}
#container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 90vh;
  align-items: flex-end;
}
a {
  color: aliceblue;
  text-decoration: none;
}
.music {
  padding: 10px 50px;
  border-radius: 5px;
  border: 3px #5f5a5f double;
  background-color: darkblue;

}
.music:hover {
  margin-right: 50px;
  text-transform: uppercase;
  border: 3px #5f5a5f solid;
}
