html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; 
}
body {
  background-image: url(../img/megumin_large.png); 
  background-repeat: no-repeat; 
  background-position: center;
  background-attachment: fixed;       
  webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}
.btn {
  -webkit-border-radius: 31;
  -moz-border-radius: 31;
  border-radius: 31px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #757575;
  padding: 6px 10px 6px 10px;
  text-decoration: none;
}

.btn:hover {
  background: #000000;
  text-decoration: none;
  cursor: pointer;
}
.btn#active {
  background: #d6d6d6;
  color: #000000;
}
#vid-embed {
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  position: fixed;
  min-width: 100%;
  min-height: 100%;
}

#footer {
  position: fixed;
  bottom: 0px;
  right: 10px;
  color: #616161;
  font-size: 85%;
}
#selector {
  position: fixed;
  top: 15px;
  left: 10px;
  font-size: 90%;
}
a {
  color: #00A8E0;
  text-decoration: none;
}
h1 {
  left: 0px;
  right: 0px;
  top: 20px;
  position: fixed;
  color: white;
  text-align: center;
}
#volume-control {
  position: fixed;
  bottom: 10px;
  left: 20px;
  color: #e3e3e3;
  font-weight: bold;
}
#repeat {
  cursor: pointer;
}
#volume-up:hover, #volume-down:hover {
  cursor: pointer;
}
