.table_container {
  width: 1100px;
  height: 5000px;
  margin: auto;
  margin-top: 180px;
  position: relative;
  display: flex;
  padding-top: 130px;
  justify-content: center;
  border-radius: 28px;
  background: linear-gradient(225deg, #cacaca, #f0f0f0);
  box-shadow: inset 12px 12px 24px #828282,
    inset -12px -12px 24px #ffffff;


}

table {

  position: absolute;
  width: 1050px;
  border-collapse: collapse;
  outline: 3px solid black;
  color: black;
}

td {
  border: 2px solid black;
  padding: 2px 5px;
  background: #9DFFDD;
}

th {
  background: #00FFA5;
  border: 2px solid black;
  padding: 2px 5px;
  font-size: 20px;
  text-align: center;
}

.photo {
  width: 120px;
  height: 145px;
}

td {
  border: 2px solid black;
}

.colon {
  text-align: center;
}

.heading {
  background: #119966;
}

#sinfo {
  width: 800px;
}

#update_info {
  position: absolute;
  width: 290px;
  text-align: center;
  background: aqua;
  color: black;
  z-index: 5000;
  top: 10px;
  left: 10px;
  border-radius: 40px;
}
#students_profile {
  position: absolute;
  width: 450px;
  background: #00ffa5;
  z-index: 5001;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  border-radius: 40px;
  color: black;
  top: 60px;
  
}
#audio {
  position: absolute;
  width: 200px;
  z-index: 5002;
  right: 90px;
  top: 10px;
}