#anime {
  width: 1100px;
}
nav ul {
  display: flex;
  width: 500px;
  position: relative;
  margin: 10px;
  padding: 25px;
  justify-content: space-between;
  background-color: rgb(192, 192, 192);
}
nav > ul > li > a:hover {
  color: rgb(204, 168, 199);
  background-color: azure;
}
body > #nav {
  margin-left: 900px;
}
#tokyo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
#anime > #tokyo > ol > li {
  list-style-type: none;
}
#aot {
  width: 1050px;
}
.aot {
  display: flex;
  align-items: center;
}
#death {
  width: 1050px;
}
.death {
  display: flex;
  align-items: center;
}
body {
  margin-left: 450px;
}
* {
  background-color: silver;
}
.ghoul {
  position: absolute;
  top: 250px;
  left: 50px;
}
#ghoul {
  position: absolute;
  top: 250px;
  right: 10px;
}
.eren {
  position: absolute;
  top: 900px;
  left: 50px;
}
#eren {
  position: absolute;
  top: 950px;
  right: 11px;
}
.note {
  position: absolute;
  top: 1450px;
  left: 50px;
}
#note {
  position: absolute;
  top: 1450px;
  right: 10px;
}
footer ul {
  margin-top: 100p;
  display: flex;
  width: 400px;
  position: ;
  margin: 10px;
  padding: 25px;
  justify-content: space-between;
  background-color: rgb(192, 192, 192);
}
