body{

background:#0f172a;

color:white;

font-family:Arial,sans-serif;

margin:0;

}

.container{

max-width:900px;

margin:auto;

padding:50px;

text-align:center;

}

h1{

font-size:56px;

margin-bottom:10px;

}

.subtitle{

font-size:22px;

color:#94a3b8;

margin-bottom:40px;

}

.cards{

display:flex;

flex-wrap:wrap;

justify-content:center;

gap:15px;

margin-top:40px;

margin-bottom:50px;

}

.card{

background:#1e293b;

padding:18px 30px;

border-radius:12px;

font-size:18px;

}

ul{

list-style:none;

padding:0;

font-size:20px;

line-height:2;

}

.buttons{

margin-top:50px;

}

.buttons a{

background:#2563eb;

padding:15px 30px;

border-radius:10px;

text-decoration:none;

color:white;

margin:10px;

display:inline-block;

}

footer{

margin-top:80px;

color:#94a3b8;

}