
	
	html {
  background: lightgrey;
  background-image:url(images/2022-2.jpg);
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  background: whitesmoke;
  max-width: 50%;
  margin: 0 auto;
  padding: 3em;
  font: 100%/1.4 serif;
  border: 1px solid rgba(0,0,0,0.25);
  font-family:serif;
}
p {
  margin: 0 0 1.5em;
}

h1 {font-family:"Courier New";}

#all {width:90%; margin:0 auto;}
.left {float:left; width:45%;}
.right {float:right; width:45%;}

#song {
		height: 400px;
		/*width: 375px;*/
		overflow: scroll; /* This is the key!! */
		border: 1px #aabbcc solid;
		padding: 10px;
		background-color:#000;
		color:#eee;
	}

	
	#lessons {
		height: 400px;
		/*width: 350px;*/
		overflow: scroll; /* This is the key!! */
		border: 1px #aabbcc solid;
		padding: 10px;
	}
	
	img {border:3px solid lightgrey;}