body {
  
	padding: 20px;
  color: black;
   background: #828185;
  background-image:url(https://file.garden/Z19rBJORyQGK_Ix-/misc/IMG_6588%203.png);
  background-repeat: no-repeat;
  background-size: auto;
}

.wrapper {
 width: 900px;
  height: auto;
  margin: auto;
  
}

a {
  color: #54bada;
}

.header {
font-size: 17px;
  background: linear-gradient(90deg,rgba(127, 224, 235, 1) 0%, rgba(242, 247, 250, 1) 100%);
  width:800px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom:5px;
  border: 3px solid #54bada;
  border-radius: 6px;
}

.box {
  font-size: 17px;
  background-color: #727472;
  width:800px;
  padding: 20px;
  margin-top: -3px;
  border: 3px solid #54bada;
  border-radius: 6px;
 position:absolute;
}

.left {
	display: inline-block;
	vertical-align: top;
	width: 40%;
	background-color:#404040;
	padding:10px;
	margin:10px;
}

.right {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	padding:10px;
	margin:10px;
}

.sticker {
  position: absolute;
  top: -10px;
  right: -59px;
}

.highlight {
  
  height: 300px;
  width: 200px;
}

 td {
  text-align: center;
}
