* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  overflow: hidden;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #f0e9d2;
}

.attributes{
  margin-top: 50px;
}

.tit {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-style: normal;
  font-size: 40px;
}

.Anker {
  width: 100px;
  height: 80px;
  overflow: hidden;
}
.Anker img {
  width: 100%;
  height: 100%;
}

ul {
  list-style-type: none;
  overflow: hidden;
}
li a {
  border: 1px solid #000;
  font-weight: bold;
  display: block;
  color: #181d31;
  text-align: center;
  padding: 30px 30px;
  text-decoration: none;
  font-size: 15px;
}
li a:hover {
  background-color: #a5b6b3;
}
li {
  float: left;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3%;
  color: #000;
  text-align: center;
  font-size: 110%;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}
.inpt {
  width: 300px;
  height: 30px;
}
.button-27 {
  appearance: none;
  background-color: #181d31;
  border: 2px solid #1a1a1a;
  border-radius: 15px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 60px;
  min-width: 0;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 120px;
  height: 10px;
  will-change: transform;
}
.button-27:disabled {
  pointer-events: none;
}
.button-27:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}
.button-27:active {
  box-shadow: none;
  transform: translateY(0);
}
.tableStyle {
  margin-left: 20px;
}
.attributes {
  text-align: center;
  font-size: larger;
}
