body {
  padding: 1rem;
  background-color: rgb(253, 191, 76);
  text-align: center;
  overflow: hidden;
}
#table-area {
  height: 10rem;
  background-color: white;
  overflow-y: auto;
}
#input-area {
  display: block;
  justify-content: left;
  align-items: left; 
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid;
}
th {
  position: sticky;
  top: 0;
  z-index: 1;
  border: 1px solid;
  background-color: skyblue;
  height: 2rem; 
}
td {
  border: 1px solid;
  background-color: white;
  height: 2rem; 
}
.id {
  width: 20rem;
}
.name {
  width: 50rem;
}
.address {
  width: 100rem;
}
input {
  width: 30rem;
}
#id {
  width: 15.5rem;
}
#s-name {
  width: 27rem;
}

#popup-status {
    font-size: 1.25rem;
    font-weight: bold;
    color: red;
    margin-bottom: 1rem;
}
