body{
font-family:Arial;
background:#0f172a;
color:white;
}

.container,.box{
width:500px;
margin:40px auto;
background:#1e293b;
padding:20px;
border-radius:10px;
text-align:center;
}

input,select{
width:90%;
padding:10px;
margin:5px;
border-radius:5px;
border:none;
}

button,.btn{
display:block;
width:90%;
margin:10px auto;
padding:10px;
background:#3b82f6;
color:white;
border:none;
border-radius:5px;
cursor:pointer;
text-decoration:none;
}

.red{
background:red !important;
}

table{
width:100%;
margin-top:20px;
border-collapse:collapse;
}

th,td{
border:1px solid #444;
padding:8px;
}

a{
color:yellow;
text-decoration:none;
}