/* general styling */

html {
  /*font-size: 10px;*/
  height: 100%;
}

body {
	width: 100%;
	height: inherit;
}

canvas {
  display: block;
  	position:absolute;
	
	top: 0%; 
	left: 0%; 

}

/* header styling */

h1 {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-size: 3rem;
  margin: 0;
  color: white;
  text-shadow: 0 0 10px rgba(0,0,0,0.3) ;
}

/* button styling */

button {
/*
    background-color: #0088cc;
    background-image: linear-gradient(to bottom,  #0088cc 0%,#0055cc 100%); 
    text-shadow: 1px 1px 1px black;  
    text-align: center;
    color: white;
    border: none;
    width: 150px;
    font-size: 0.8rem;	
    line-height: 2rem;
    padding: .5rem; 
    display: block;
    opacity: 0.3;
    
    transition: 1s all;
    -webkit-transition: 1s all;

    position: absolute;
*/
}
/*
button:hover, button:focus {
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.7);
  opacity: 1;
}

button:active {
  box-shadow: inset 2px 2px 3px rgba(0,0,0,0.7);
}
*/
#activated {
  background-color: red;
  color: white;
}

.mute {
  top: 6px;
  left: 150px;

}

.clear {
  top: 6px;
  left: 5px;
}

.gotospectrum {
  top: 65%;
  
  width: 30%;
  margin-left:69%;
  margin-right:1%;
}

.gotorainbows {
  top: 65%;
  width: 30%;
  margin-right:69%;
  margin-left:1%;
}


body > p {
  position: absolute;
  /*font-size: 0.8rem;*/	/*1.4rem;*/
  top: 70px;
  left: 5px;
}

