@charset "UTF-8";
/* CSS Document */
/* made to style: al diente*/ 

*{box-sizing: border-box}

body{ 
    background-image: radial-gradient(circle at 60% 70%, rgba(244,226,180,.6), rgba(200,210,220,0.4), rgba(255,255, 255, 1.00));
     height: 100vh; 
     width: 100vw; 
    font-family: -apple-systems,  BlinkMacSystemFont, sans-serif;
    
}

.h1{ 
    text-align: center;
    font-size: 48px;
    text-shadow: 2px 2px 7px; 
    -webkit-box-reflect: below 0px linear-gradient( to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.4));
    transform:translate(0%, 150%);

}

.textContent { 
	text-align: center; 
	font-size: 36px;
    position: static;
    
    transform:translate(0%, 250%);
	
}
.p1 { 
	text-align: center; 
	font-size: 36px;
    top:100%;
    
    transform:translate(0%, 50%);
    
   
	
}

