
body{   
  background-color:#A6D3E5;
  
  
  
  
  
  
  
  
}
div{
  width: 50%;
  height: 30%;
  border-style: double;
  border-color: gold; 
  font-size: 50px;
  font-family: fantasy;
  background-color:#A6D3E5;
  background-image: url(flat.jpg);
  position: absolute ;
  margin-top: 40%;
  left: 40%;
  
  
}
</body>
































































































