
body {
font-family: Arial, Helvetica, sans-serif;
background:#0b0b0b;
color:#e5e5e5;
margin:0;
padding:0;
}

header {
text-align:center;
padding:40px 20px;
background:#111;
border-bottom:1px solid #222;
}

h1 {
color:#ffd84d;
margin-bottom:5px;
}

main {
max-width:800px;
margin:auto;
padding:30px;
}

section {
margin-bottom:40px;
}

h2 {
color:#ffd84d;
}

p {
line-height:1.6;
}

.button {
display:inline-block;
padding:12px 22px;
background:#ffd84d;
color:#000;
text-decoration:none;
border-radius:6px;
font-weight:bold;
margin-top:10px;
}

.button:hover {
opacity:0.9;
}

footer {
text-align:center;
padding:30px;
background:#111;
border-top:1px solid #222;
color:#aaa;
}

.ad {
margin:40px 0;
}
