Body { 
	background-color: #1c1b1b;
	color: white;
}

h1 { 
	color: white;
	font-family:arial;
	text-align:left;
}

h2 { 
	color: gray; 
	text-align:left;
}

h3 { 
	color: white;
}

.banner {
	background-image: url(https://freight.cargo.site/t/original/i/a544a78de93a306d3e35982584d4ec19b0cdc8634b81e9991cc71413b011bbf8/Shoes-on-the-Wire.png); 
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	padding: 40px; 
	display: flex; 
	flex-direction: column;
    align-items: flex-start;
}

#Title {
    padding: 40px;
    background-color: black;
    opacity: 0.5;
    border-radius: 20px;    
}

.container {
	padding: 40px;
	
}



#Class-Days {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	margin: auto;
}