/* Styling dasar untuk body */
body {
  font-family: Arial, sans-serif;
  background-color: #f0f4f8;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

/* Container utama */
.container {
  background: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  text-align: center;
}

/* Judul Nama */
h1 {
  color: #2c3e50;
  margin-bottom: 10px;
}

/* Subjudul NIM */
h2 {
  color: #16a085;
  margin-bottom: 20px;
}

/* Paragraf tambahan */
p {
  font-size: 18px;
  color: #555;
}
