
header {
	 text-transform: uppercase;
	  letter-spacing: 0.3ch;
	  justify-content: center;
	 text-align: center;
	
	 }
	 body {

} 

	
div{
  width:800px; 
  margin-top:5%; 
  text-align:center;
}
 .container { 
   margin: 3em auto;
  width: 90%;
	max-width: 1000px;
	
 }
  .card {
	padding: 4rem 8rem;
    display: inline-block;
    border: 3px solid #333333;
    font-size: 75%;
    border-radius: 2% 6% 5% 4% / 1% 1% 2% 4%;
    text-transform: uppercase;
    letter-spacing: 0.3ch;
    background-image: url("white_tablecloth.jpg");
	background-repeat: repeat; 
	background-position: 50% 50%;;
  position: relative;}
    
    before {
        content: '';
        border: 2px solid #353535;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0) scale(1.015) rotate(0.5deg);
        border-radius: 1% 1% 2% 4% / 2% 6% 5% 4%;
    }
	  
p {
	font-weight: bold;
}
  }
