body {
	font-size: 24px;
	margin: 40px;
}
body::after {
  content: "";
  background-image: url('images/background.jpg');
	background-size: cover;
	background-position: center bottom;
    background-repeat: no-repeat;	
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

@media (orientation: landscape) {
  body::after {
  	display: none;
  }
}

canvas {
	margin-top: 50px;
}
.buttonHolder {
	margin-top: 20px;
	text-align: center;
}

.logos {
	width: 100%;
	height: 125px;
}

.logo {
  	content: "";
  	height: 100%;
	width: 40%;
	margin: 0 5%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
}

.logo1 {
	background-image: url('images/logo.png')
}

.logo2 {
	background-image: url('images/carbonacc.jpg')
}

.canvasHolder {
	text-align: center;
}

.topChart {
	float: left;
	margin:20px;
}