		body{
			background-image: url(background/bubbleBackground.jpg);
			background-repeat: infinite;
			background-size: 1400px 1050px;
		}
		h1{
			text-align: center;
			color: #A0A0F0;
			font-size:50px;
		}
		h2{
			color: black;
			font-size:40px;
		}
		#hr1{
			width:50%;
		}
		#calcImage{
			position:absolute;
			border-radius:50%;
			width:437px;
			height:437px;
			float: left;
			margin-left:7%;
		}
		#calcImage:hover {
			opacity: .1;
			transition: opacity .1s ease-in-out;
			
		}
		#calcDesc{
			position:absolute;
			top: 210px;
			left: 170px;
		}
		#matrixPhoto{
			position:absolute;
			border-radius:50%;
			border-color:black;
			border-length:10px;
			float: right;
			margin-right: 7%;
			width:437px;
			height:437px;
			left: 750px;
		}
		#matrixDesc{
			position: absolute;
			top:210px;
			left:865px;
		}
		#matrixPhoto:hover {
			opacity: .1;
			transition: opacity .1s ease-in-out;
			
		}
	
					
					
					
	