body, html
{
	background-color: #FFF;
	height: 100%;
	font-family: "Courier", "Courier New", preformatted;
	margin-left: 2%;
	margin-right: 2%;
}

* {
  box-sizing: border-box;
}

.bg-image {
  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img1 { background-image: url("amperemetre.png"); }
.img2 { background-image: url("amperemetre.png"); }

.bg-text {
  background-color: rgb(255,255,255); /* Fallback color */
  background-color: rgba(255,255,255, 0.6); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  font-size: 100px;
  border: 10px solid #f1f1f1;
  position: fixed; /* Stay fixed */
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 500px;
  padding: 30px;
  text-align: center;
}

#medialink
{
	position: fixed;
	top: 20%;
	width: 80%;
}

#clipboardlink
{
	position: fixed;
	top: 50%;
	width: 10%;
}

.bigtext { font-size: x-large; }

a:link
{
	color: #095D0A;
	text-decoration: none;
}

a:visited, a:active
{
	color: #785B5E;
	text-decoration: none;
}

a:hover { text-decoration: underline; }


.noborder { border: 0; }

#cc
{
	font-size: -20%;
	clear: both;
	margin-left: 50%;
	padding-top: 30px;
}