body {
   background-repeat: repeat;
   background-size: 200px 150px;
   background-position: center;
  background-color: black;
  color: white;
  font-family: Verdana;
}
.border {
background: linear-gradient(#403c00, #400501);
border-style: double;
border-color: white;
position:relative;
 margin-left: auto ;
  margin-right: auto ;
 margin-top: 10px;
 margin-bottom:10px;
 padding:10px;
 width:500px;

}

.icon {
	padding: 10px;
	position:absolute;
	width: 15%;
	margin-left:0;
}
