*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial,sans-serif;
}

body{
background:#050505;
color:white;
line-height:1.7;
}

a{
text-decoration:none;
}

.navbar{
background:#111;
padding:15px;
text-align:center;
position:sticky;
top:0;
z-index:1000;
}

.navbar a{
color:#FFD700;
margin:0 15px;
font-weight:bold;
}

.banner{
height:550px;
background:url('banner.jpg') center center/cover;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
}

.overlay{
background:rgba(0,0,0,.55);
padding:30px;
border-radius:15px;
}

.banner h1{
font-size:4rem;
color:#FFD700;
}

.banner p{
font-size:1.4rem;
}

.container{
max-width:1200px;
margin:auto;
padding:50px 20px;
}

.logo{
width:220px;
display:block;
margin:auto;
margin-bottom:30px;
}

.section{
margin-bottom:60px;
}

h2{
color:#FFD700;
margin-bottom:20px;
text-align:center;
}

.card{
background:#111;
padding:25px;
border-radius:15px;
margin-bottom:20px;
}

.btn{
display:inline-block;
background:#FFD700;
color:black;
padding:15px 25px;
margin:10px;
border-radius:10px;
font-weight:bold;
}

.btn:hover{
background:white;
}

.footer{
background:#111;
padding:30px;
text-align:center;
margin-top:50px;
}

.contract{
word-break:break-all;
color:#FFD700;
font-weight:bold;
}

.center{
text-align:center;
}
