body {  
margin: 0;  
padding: 0;  
display: flex;  
align-items: center;  
justify-content: center;  
height: 100vh;  
background-color: #FFBBD4;
}

h1 {
font-size: 10rem;  
font-family: 'Chewy',  sans-serif;  
color: #EC394A;  
text-align: center;    
text-shadow: -2px -2px 0 #901622,
2px -2px 0 #901622,
-2px 2px 0 #901622,
2px 2px 0 #901622;
}
