.img_header {
  width: 100%;
  outline: none;
  outline-offset: 0;
  border-bottom: 2px black solid;
  box-shadow: none;
  margin: 0;
  
  object-fit: unset;
  height: unset;
}

.container {
  width: 100%;
  padding: 0 0 32px 0;
  margin: 0;
}

.centerpart {
  flex-direction: column;
  position: relative;
  top: -3px;
}

.page {
  width: 100%;
  margin: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 20px;
}

hr {
  display: none !important;
}

.nav {
  width: 100%;
  height: 60px;
  display: flex;
  padding: 0;
  border-left: none;
  border-right: none;
  flex-direction: column;
  justify-content: center;
  top: 0;
  box-shadow: none;
  border-top: 0;
  background-color: #f1e4de;
}

.nav > * {
  display: flex;
  justify-content: center;
  width: auto;
}

.nav > div > a {
  padding-left: 10px;
  padding-right: 10px;
}