html,
body {
	
  background-color: #979797;
  
  align-content: center;
   font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;

    font-size: 14px;
    line-height: 1.2em;
    color: black;
}

.center {
  margin: auto;
  width: 60%;
  border: none;
  padding: 10px;
  text-align: center;
}

table {
  border: none;
  align-self: center;
}

img {
	width: 45%;
}
table {
	width: 50%;


}

#watermark {
  opacity: 0.2;
  font-size: 52px;
  color: 'black';
  background: '#ccc';
  position: absolute;
  cursor: default;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  right: 5px;
  bottom: 5px;
}