body {
    font-family: Arial, sans-serif;
    background: #0f172a;
    color: #e2e8f0;
}

h1 {
    text-align: center;
    color: #38bdf8;
}

.container {
    max-width: 900px;
    margin: auto;
}

.item {
    background: #1e293b;
    margin: 8px 0;
    padding: 12px;
    border-radius: 8px;
}

.item:hover {
    background: #334155;
}

a {
    color: #22c55e;
    text-decoration: none;
}

input {
    width: 50%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: none;
}

#fab {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
}