body {
  padding: 0;
  margin: 0;
  background: rgb(42, 38, 41);
  font-family: 'Berlin', sans-serif;
  color: white;
}

/* ###### DEFAULTS ##### */

button {
  background: transparent;
  border: none;
  cursor: pointer;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}

#main_wrap {
  min-height: 100vh;
  width: 100vw;
  display: grid;
  justify-content: center;
  align-content: center;
}

/* ###### HEADER ##### */

/* ###### NAVIGATION ##### */

/* ###### CONTENT ##### */

/* ###### FOOTER ##### */

/* ###### RESPONSIVE ##### */
