@import url('https://fonts.googleapis.com/css2?family=Madimi+One&family=Noto+Sans+JP:wght@100..900&display=swap');

body {
  padding: 10px;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  background-color: #fffdf5;
}
header {
  font-family: 'Madimi One', sans-serif;
}
header a {
  margin: 16px;
}
a {
  text-decoration: none;
  color: black;
}
input {
  font-family: 'Noto Sans JP', sans-serif;
  padding: 10px 16px;
}
th, td {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}
footer {
  color: #393939;
  text-align: center;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer-content {
  font-size: 14px;
}
.developer {
  font-weight: 700;
}
#theLineup {
  width: 50%;
  margin-left: auto;
  margin-right: auto; 
  padding: 20px;
  font-size: 0.8rem;
}
.bold {
  font-weight: bold;
}
#theLineup .tableHeader {
  font-weight: bold;
}
#lineupContainer th:nth-child(2) { width: 40%; }

#submitBtn {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #00c264; 
  border-radius: 8px; 
  border-style: none; 
  box-sizing: border-box; 
  color: #FFFFFF; 
  cursor: pointer; 
  display: inline-block; 
  font-weight: 500; 
  height: 40px; 
  line-height: 20px; 
  list-style: none; 
  margin-left: 7px; 
  outline: none; 
  padding: 10px 16px; 
  position: relative; 
  text-align: center; 
  text-decoration: none; 
  transition: color 100ms; 
  vertical-align: baseline; 
  user-select: none; 
  -webkit-user-select: none; 
  touch-action: manipulation;
}
#submitBtn:hover, #submitBtn:focus { 
  background-color: #00ce6b; 
}
