body{

background:#10151d;

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

color:white;

margin:0;

display:flex;

justify-content:center;

align-items:center;

height:100vh;

}

.container{

text-align:center;

width:700px;

}

.logo{

width:160px;

margin-bottom:20px;

}

h1{

font-size:3rem;

letter-spacing:4px;

margin:0;

}

.tagline{

color:#bbbbbb;

margin-bottom:50px;

font-size:1.2rem;

}

.buttons{

display:grid;

grid-template-columns:1fr 1fr;

gap:20px;

}

.buttons a{

background:#1a2230;

padding:22px;

border-radius:12px;

color:white;

text-decoration:none;

font-size:1.2rem;

transition:.2s;

border:2px solid transparent;

}

.buttons a:hover{

border-color:#ff8c00;

transform:translateY(-4px);

}

footer{

margin-top:60px;

color:#777;

}
