body{

margin:0;

font-family:sans-serif;

background:#FAFAF9;

color:#333;

}

.hero{

height:100vh;

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

text-align:center;

}

h1{

font-size:64px;

margin:0;

}

p{

font-size:24px;

margin-top:20px;

color:#666;

}
