header {
  box-shadow: rgb(0 0 0 / 8%) 0px 2px 6px;
}

#nav_open {
  cursor: pointer;
}

.mobile_nav {
  display: none;
  z-index: 9999;
}

img {
  cursor: pointer;
}

header {
  margin-bottom: 50px;
}

main {
  position: relative;
  left: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-bottom: 50px;
}

footer {
  bottom: 0;
  width: 100%;
  height: 250px;
  margin-top: 50px;
  background-color: #000;
}