body{
background:#020617;
color:white;
font-family:Arial;
}

input,button{
padding:10px;
margin:5px;
border-radius:8px;
border:none;
}

button{
background:#22d3ee;
color:black;
cursor:pointer;
}

table{
width:100%;
background:#0f172a;
}

th,td{
padding:10px;
}
