body {
  text-align: center;
}

#homeicon {
  width: 100px;
  /* min-width: 300px; */
}
#credentials {
  width: 80%;
  min-width: 350px;
  border: 2px solid black;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  /* height: 500px; */
  padding: 15px;
  padding-bottom: 0px;
}
.loginbox {
  width: 80%;
  min-width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 24px;
  height: 50px;
  border: 2px solid black;
  margin-bottom: 5px;
}
#restricted {
  display: none;
}
/* #noaccess {
  display: none;
} */
#restricted {
  font-family: 'Poppins', serif;
}
.submitbut {
  border: 2px solid black;
  background-color: white;
  font-family: 'Poppins';
}
#codeinput {
  width: 25%;
  min-width: 100px;
  height: 50px;
  margin: 5px;
  border: 2px solid black;
  border-radius: 5px;
  font-family: 'Poppins';
  font-size: 24px;
  text-align: center;
}
#last {
  display: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  
}

table, th, td {
  border: 1px solid black;
}

th, td {
  padding: 8px;
  text-align: left;
}
td { /* Inside a cell*/
  white-space: nowrap;
  overflow: scroll;
}
thead {
  background-color: lightgrey;
}
#userinfotable {
  display: none;
}
#timestamp-userinfo {
  display: inline-block;
  text-align: left;
  width: 85%;
}
#closeUserTable {
  color: red;
  cursor: pointer;
  text-decoration: underline;
  /* text-align: right; */
  display: inline-block;
  width: 15%;
  position: absolute;
  right: 0;
  text-align: right;
  padding-right: 8px;
}
#infotable-tools {
  width: 100%;
  display: flex;
}
.card {
  width: 17%;
  border: 2px solid black;
  aspect-ratio: 1 / 1.25;
  border-radius: 15px 15px 0 0;
  margin: 5px;
  display: inline-block;
  min-width: 250px;
  background-color: #f7f7f7;
  transition: 0.15s;
}
.card:hover {
  transform: scale(1.01);
  transition: 0.15s;
}
#cardholder {
  width: max-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cardimg {
  width: 100%;
  height: 60%;
  border-radius: 13px 13px 0 0;
  background-color: transparent;
  aspect-ratio: 1 / 1;
  border-bottom: 2px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
}
.cardtext {
  width: calc(100% - 10px);
  height: calc(40% - 10px);
  background-color: white;
  padding: 5px;
  color: black;
}
.cardh1 {
  font-family: 'Poppins', serif;
  margin: 0;
  font-size: 20px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2.5px;
}
.cardp {
  font-family: 'Poppins', serif;
  font-size: 14px;
  margin-top: 5px;
}
#ipblock {
  display: none;
}
.longform {
  display: block;
  width: 80%;
  height: 50px;
  border: 2px solid black;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: 'Poppins', serif;
  font-size: 18px;
  align-items: center;
}
.submitbut {
  width: 25%;
  min-width: 100px;
  height: 30px;
  cursor: pointer;
}