body {
  margin: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  background-image: url(./back.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

img {
  height: 2vh;
  width: 2vw;
  box-shadow: 0 0 3px #b0bec5;
  text-align: center;
}

#header {
  top: 0px;
  height: 10vh;
  width: 99vw;
  position: absolute;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  background-color: rgba(250, 235, 215, 0.25);
}

#header>* {
  margin: 5px;
  align-self: center;
}

#tableSpot {
  position: absolute;
  top: 10vh;
  height: 85h;
  overflow-y: scroll;
  width: 99vw;
}

#myTable {
  background-color: rgba(250, 235, 215, 0.75);
  width: 90%;
}

footer {
  position: absolute;
  width: 99vw;
  bottom: 0vh;
  height: 5vh;
  background-color: rgba(250, 235, 215, 0.25);
}

h1 {
  border-style: inset;
  font-family: tahoma;
  text-align: center;
  width: fit-content;
  height: fit-content;
  background: rgba(250, 235, 215, 0.75);
}

h2 {
  font-size: 14px;
  box-shadow: 0 0 3px #010d13;
  background-color: rgba(250, 235, 215, 0.75);
  display: flex;
  flex-direction: row;
  width: fit-content;
  height: fit-content;
}

h3 {
  padding: 1rem 1rem;
  margin: 0;
  text-align: center;
  box-shadow: 0 0 3px #010d13;
  color: darkslategray;
  font-family: tahoma;
  background: rgba(248, 250, 215, 0.5);
  font-size: 12px;
}