.container-simulasi {
  width: auto;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

@media screen and (min-width: 550px) {
  .container-simulasi {
    width: 100%;
  }
}

.form-group1 {
  display: flex;
  justify-content: center;
  gap: 20%;
}

.border1 {
  border: 1px solid #0f54a3;
}

table {
  text-align: center;
}
