/* a minimalist set of CSS resets */

/* default to border-box */
html {
  box-sizing: border-box;
  font-size: 13px;
}
* {
  margin: 0px;
  padding: 0px;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* adjust typography defaults */
html,
body {
  margin: 0;
  font-family: serif;
  line-height: 1.3;
  margin: 0px;
  text-align: center;
}

/* images and videos max out at full width */
img,
video {
  border-style: groove;
  height: 400px;
  max-width: 350%;
}

.nav > div {
  padding: 1.5px;
  float: center;
  text-align: center;
  font-size: 2em;
  color: #1cd0c1;
}

a {
  color: #561871;
}

.nav > div:nth-child(1) {
  background-color: #89b1f5;
  text-align: center;
  width: 20%;
}

.nav > div:nth-child(2) {
  background-color: #eeebe5;
  text-align: center;
  width: 20%;
}

.nav > div:nth-child(3) {
  background-color: #a4a4ab;
  text-align: center;
  width: 20%;
}

.nav > div:nth-child(4) {
  background-color: #9bdee5;
  text-align: center;
  width: 20%;
}

.nav > div:nth-child(5) {
  background-color: #baa8c4;
  text-align: center;
  width: 20%;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
li {
  color: #ffffff;
  text-align: center;
}

p {
  border-style: outset;
  color: #eeebe5;
  margin: 20px;
  text-align: center;
}
h1 {
  color: #ffffff;
  margin: 20px;
  text-align: center;
}
h2 {
  color: #ffffff;
  margin: 20px;
  text-align: center;
  border-style: groove;
}
h4 {
  color: #ffffff;
  margin: 20px;
  text-align: center;
  border-style: groove;
}

h6 {
  color: #ffffff;
  margin: 20px;
  text-align: center;
  border-style: groove;
}

#footer {
  position: fixed;
  border-style: groove;
  margin: 20px;
  margin-left: 0px;
  padding: 30px;
  left: 0px;
  bottom: ;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
}
