body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f9fafb;
  color: #222;
  margin: 0;
  padding: 20px;
}

h1, h2 {
  color: #4A90E2;
}

.container {
  max-width: 1200px;
  margin: auto;
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

table th, table td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

table th {
  background-color: #4A90E2;
  color: white;
}

button {
  background-color: #4A90E2;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  cursor: pointer;
  transition: background 0.3s;
}

button:hover {
  background-color: #357ABD;
}

input, select {
  padding: 8px;
  margin: 6px 0 12px 0;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
}

/* Responsive */
@media (max-width: 768px) {
  .container {
    padding: 10px;
  }
  table, thead, tbody, th, td, tr {
    display: block;
  }
  table tr {
    margin-bottom: 15px;
  }
  table td {
    padding-left: 50%;
    position: relative;
  }
  table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    font-weight: bold;
  }
}
#hasil {
  background-color: #ffffff;
  border: 2px solid #4A90E2;
  border-radius: 12px;
  padding: 20px;
  margin-top: 20px;
  color: #2c3e50;
  font-size: 16px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px rgba(74,144,226,0.3);
  white-space: pre-wrap; /* supaya hasil dengan baris baru tetap rapi */


}
@media (max-width: 768px) {
  body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f9fafb;
    color: #222;
    margin: 0;
    padding: 10px;
    font-size: 14px;
  }

  h1, h2 {
    font-size: 18px;
    text-align: center;
    color: #4A90E2;
  }

  .container {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    margin: 10px auto;
  }

  input, select {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
  }

  button {
    width: 100%;
    background-color: #4A90E2;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
  }

  button:hover {
    background-color: #357ABD;
  }

  #hasil {
    background: #fff;
    border: 2px solid #4A90E2;
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    font-size: 14px;
    white-space: pre-wrap;
  }
  .logo-tulisan {
  
  font-size: 30px;
  width: 100px;
}
 .logo-png {

 
 width: 200px;
}
}
.logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100vh; /* Tengah layar penuh */
}

.logo-png {
  width: 200px;
  margin-bottom: 10px;
}

.logo-tulisan {
  font-size: 40px;
  font-weight: bold;
  color: #2c3e50;
  width: auto;
}
