
body {
    margin:0;
    font-family: Arial, sans-serif;
    background-color:#0d0d0d;
    color:#e6e6e6;
}
header {
    text-align:center;
    padding:40px 20px;
}
h1,h2,h3 {
    color:#d4af37;
}
a {
    color:#d4af37;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
.container {
    max-width:1000px;
    margin:auto;
    padding:40px 20px;
}
.button {
    display:inline-block;
    background:#d4af37;
    color:black;
    padding:12px 20px;
    margin:10px 10px 10px 0;
    font-weight:bold;
}
.section {
    margin-bottom:60px;
}
img {
    max-width:100%;
    height:auto;
}
footer {
    text-align:center;
    padding:40px 20px;
    border-top:1px solid #333;
    font-size:14px;
}
