/* ------- General ------- */
body {
  background-color: white;
  color: black;
  font-family: Verdana, sans-serif
}

@font-face {
  font-family: "guttural";
  src: url('https://rott3nang3l.neocities.org/Fonts/guttural-font/Guttural.woff') format("woff");
}

@font-face {
    font-family: "gypsy curse";
    src: url('https://rott3nang3l.neocities.org/Fonts/gypsy-curse-font/GypsyCurse.woff') format('woff');
}

.no_margin {
 margin: 0px;
}

.center_text {
 text-align: center;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

/* ------- Container ------- */
#container {
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
  position: relative;
}

/* ------- Header ------- */
.main {
  border: 3px solid;
  width: 1000px;
}

#main_header {
  height: 180px;
  }

#title_img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* ------- Nav ------- */
#main_nav {
  height: 80px;
  display: grid;
  grid-template-columns: repeat(7, 1fr)
}

.main_nav_button {
  border: 8px outset;
  margin: 5px;
  text-align-last: center;
  display: grid;
  align-content: center;
}