body{

background:#0B0B0B;

color:white;

font-family:Inter,Arial,sans-serif;

display:flex;

justify-content:center;

align-items:center;

height:100vh;

margin:0;

text-align:center;

}

.container{

max-width:800px;

padding:40px;

}

h1{

font-size:64px;

letter-spacing:10px;

margin-bottom:20px;

}

h2{

font-weight:300;

color:#7aa8ff;

margin-bottom:60px;

}

.quote{

font-size:30px;

line-height:1.6;

font-style:italic;

margin-bottom:30px;

}

.author{

color:#999;

margin-bottom:60px;

}

.coming{

letter-spacing:4px;

text-transform:uppercase;

font-size:14px;

color:#888;

}
