
body {
  display: flex;
  height: 60vh;
  width: 100%;
  flex-direction: column;
  font-family: 'Manrope', sans-serif;
  background-color: #333333;
  color: #FFFFFF;
}

body, h1, h2, h3, h4, h5, ul {
  margin: 0px;
  padding: 0px;
}

#content, main {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
}

main {
  font-size: 1.4vw;
  margin: 3vw;
}

a {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ol li {
  list-style-position: inside;
}

img {
  max-height: 94vh;
  max-width: 94vw;
}
img[src$="#center"] {
  display: block;
  margin: 0px auto;
}
img[src$="#floatleft"] {
  float: left;
  margin-right: 1vw;
}
img[src$="#floatright"] {
  float: right;
  margin-left: 1vw;
}

.page-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-header h1 {
  display: flex;
  min-width: 40vw;
  flex-direction: row;
  justify-content: left;
}

.page-header nav {
  display: flex;
  min-width: 40vw;
  flex-direction: row;
  justify-content: right;
}

.page-header nav ul, .page-header nav ul li {
  display: flex;
  flex-direction: row;
  list-style-type: none;
}
.page-header nav ul li a {
  text-decoration: none;
  border-radius: 1vw;
}
.page-header nav ul li a:hover {
  background-color: #666666;
}

.page-title {
  color: #FFFFFF;
  font-family: 'Comfortaa', sans-serif;
  font-size: 4vw;
  margin: 0.5vw;
  padding: 1vw;
}

.page-link {
  font-family: 'Dosis', sans-serif;
  font-size: 3.5vw;
  margin: 0.5vw;
  padding: 0.5vw;
}
