* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html body {
  height: 100%;
  background-color: #9a0909;
  display: flex;
  flex-direction: column;
}
.header {
  text-align: center;
  padding-left: 10px;
  width: 100%;
}
.navigation {
  width: 100%;
  background: black;
  padding-top: 20px;
}
.navigation__list {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.navigation__image-wrapper {
}
.navigation__list {
  list-style: none;
}
.img {
  width: 90%;
  padding-left: 10px;
}
