ul {
  list-style-type: none;
  margin: 0;
  padding: 10px;
  position: fixed;
  top: 0;
  border: 1px solid rgb(93, 75, 160);
  background-color: rgb(138, 159, 207);
  max-width: 99%;
  align-self: center;
  max-height: 100px;
  height: 90px;
  width: 100%;
}

li {
  float: left;
  text-align: center;
}

li a {
  display: block;
  color: blue;
  text-align: center;
  padding: 14px 16px;
}

li:last-child {
  border-right: none;
}

#imgpad {
  padding-left: 10px;
  padding-right: 10px;
  align-self: center;
  border-radius: 50%;
}

#imgnopad {
  padding-left: 0px;
  padding-right: 0px;
}

#charaButton {
  position: absolute;
  top: 100%;
  left: 100%;
  opacity: 1;
}

#navbar {
  background-color: #4d96e4;
  overflow: auto;
  white-space: nowrap;
  padding-bottom: 10px;
}

#navbar a {
  display: inline-block;
  color: red;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

#navbar a:hover {
  background-color: purple;
}