:root{
--primary-color:#ffd700;
--tertiary-color:#ff0000;
--dark-color:#262b2b;
--darkest-color:#141414;
--text-common-color:#e0f0ff;
}

body{
margin:0;
font-family:'Exo 2',sans-serif;
background:#141414;
color:#e0f0ff;
}

.custom-background{
background-image:url(https://i.postimg.cc/0NJwVWKt/Screenshot-3.png);
background-position:center;
background-size:cover;
background-repeat:no-repeat;
background-attachment:fixed;
}

.size-width{
width:900px;
max-width:100%;
margin:auto;
}

nav{
display:flex;
justify-content:space-between;
align-items:center;
padding:10px 15px;
background:#262b2b;
position:fixed;
top:0;
left:0;
right:0;
z-index:1000;
}

.bb{
padding:8px 14px;
background:linear-gradient(to bottom,#000,#ffd700);
color:#fff;
font-weight:bold;
border-radius:4px;
}

.bb:hover{
background:#ff0000;
}

.lb{
margin-top:70px;
}

.k{
display:flex;
}

.m{
flex:1;
}

.masuk{
background:#000;
color:#fff;
padding:12px;
display:block;
text-align:center;
}

.daftar{
background:#ffd700;
color:#000;
padding:12px;
display:block;
text-align:center;
}

.jacpot{
background:#262b2b;
padding:20px;
border-radius:8px;
margin:10px;
}

table{
width:100%;
border-collapse:collapse;
}

td{
padding:10px;
background:#141414;
border:1px solid #000;
}

footer{
background:#000;
padding:15px;
text-align:center;
}

.nav-bottom{
position:fixed;
bottom:0;
left:0;
right:0;
background:linear-gradient(to bottom,#000,#ffd700);
}

.nav-bottom ul{
display:flex;
margin:0;
padding:5px;
list-style:none;
}

.nav-bottom li{
flex:1;
text-align:center;
}

.nav-bottom a{
color:#fff;
text-decoration:none;
font-size:12px;
}

.navbar{
display:flex;
justify-content:space-between;
align-items:center;
padding:15px;
background:#262b2b;
}

.btn-daftar{
background:#ffd700;
color:#000;
padding:10px 20px;
border-radius:6px;
font-weight:bold;
text-decoration:none;
}

.btn-daftar:hover{
background:#ffcc00;
}

.login-area{
display:flex;
gap:10px;
margin:15px 0;
}

.btn-login{
flex:1;
background:#000;
color:#fff;
padding:12px;
text-align:center;
border-radius:6px;
text-decoration:none;
font-weight:bold;
}

.btn-register{
flex:1;
background:#ffd700;
color:#000;
padding:12px;
text-align:center;
border-radius:6px;
text-decoration:none;
font-weight:bold;
}

.btn-login:hover{
background:#222;
}

.btn-register:hover{
background:#ffcc00;
}