body {
background-color: #121212; /* Warna background gelap */
color: #e0e0e0; /* Warna teks abu terang */
font-family: 'Courier New', Courier, monospace; /* Font gaya retro/coding */
line-height: 1.6;
display: flex;
justify-content: center;
padding: 20px;
}
.container {
max-width: 700px;
width: 100%;
border: 1px solid #333;
padding: 30px;
background-color: #1e1e1e;
box-shadow: 10px 10px 0px #000; /* Shadow kaku ala web lama */
}
h1 {
color: #bb86fc; /* Warna aksen ungu */
text-align: center;
}
nav {
text-align: center;
margin-bottom: 20px;
}
nav a {
color: #03dac6;
text-decoration: none;
font-weight: bold;
}
nav a:hover {
text-decoration: underline;
}
hr {
border: 0;
border-top: 1px solid #333;
margin: 20px 0;
}
.status {
background: #2c2c2c;
padding: 10px;
border-left: 5px solid #bb86fc;
}