<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
			background-color: #FFD1DC; 
		font-family: 'Minecraft', sans-serif; /* Use the font family */
		}
button{
			background-color: #A7C7E7;
			color: black;
			width: 50px;
			height:45px; 
			border-radius: 15px;
			margin-top: 15px;
			margin-bottom: 15px;
			margin-left: 15px;
			margin-right: 15px;
			border: 5px solid black;
		}




.leftcolumn{
	Color:blue;
	
}

.rightcolumn {
	color: maroon;
	text-align: left;
	 font-size: 24px;
	 border: 0px solid black;
	 
}


.middlecolumn {
	
	Color: purple;
	text-align: left;
	font-size: 24px;
	border: 2px solid black;
}
@font-face {
  font-family: 'Minecraft'; /* Name your font family */
  src: url('https://www.a075cyberlearner.cyberlearner.com/MyWebSite/Minecraft.ttf'); /* Locate the .ttf file within your directory*/
}
	.one {
		font-weight:normal 
	}
	.imagetable {
		border: 2px solid #551AA3;
		width: 550px; 
		height: 500px;
	}
	.button2{
			background-color: #A7C7E7;
			color: black;
			width: 90px;
			height:45px; 
			border-radius: 15px;
			margin-top: 15px;
			margin-bottom: 15px;
			margin-left: 15px;
			margin-right: 15px;
			border: 5px solid black;
		}
		.submitbutton {
						background-color: #A7C7E7;
			color: #551AA3;
			width: 60px;
			height:25px; 
			 text-decoration: underline;
			margin-top: 15px;
			margin-bottom: 15px;
			margin-left: 15px;
			margin-right: 15px;
			border: 2px solid black;
			
			
			
			
		}</pre></body></html>