html {
  scroll-behavior: smooth;
    height: 100%;
}



body{
	margin: auto;
max-width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  # background-image: url("images/boostair_space.jpg");
 # background-color: #FAEBD7;
 background: black;
  overflow: hidden;
	background-repeat: no-repeat;
#  background-attachment: fixed;  
#  background-size: cover; 
	font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
	min-height: 100%;
	}
	
		@media only screen and (max-width:320px){
body{

		margin: auto;
	}
	
		}	
	  
	  
canvas {
	display:block;
	max-height: 160px;
width: 100%;
}	  

 
 a[title]:hover::after {
         content: attr(title);
         font-size: 20px;
         color: white;
         background-color: blue;
         padding: 3px;
         border-radius: 5px;
      }
