body {
  background-image: url('fond.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin: 0;
  font-family: 'Courier New', Courier, monospace;
}

.navList {
  width: 80%;
  height: 30px;
  display: flex;
  align-content: center;
  justify-content: center;
  position: relative;
  
  font-size: 20px;
  line-height: 20px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 700;
  color: white;
  margin: auto;
  
}

.sep {
  margin: 0 .3em; 
}

.navList a:nth-child(n+0) { color: #fff }
.navList a:nth-child(n+1) { color: black; }
.navList a:nth-child(n+2) { color: #fff; }
.navList a:nth-child(n+3) { color: black; }
.navList a:nth-child(n+4) { color: #fff; }



.pageFrame {
  background: #10c3af;
  width: 90%;
  padding-top: 7px;
  padding-bottom: 23px;
  margin: 0 auto;
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  font-weight: 600;
}

.pageContent {
  background: #40efdb;
  max-width: 80%;
  width: 80%;
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  flex-flow: column;
}

.footer {
  height: 110px;
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

#command {
  text-align: center;
  line-height: 1.1;
  font-size: 32px;
  padding: 15px 0;
  max-width: 590px;
}

#content {
  padding: 0 25px;
  line-height: 1.15;
  margin: 0 0 30px 0;
  font-size: 14px;
  text-align: center;
}

#content img {
  margin: 0 -25px;
}

#links {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: x-large;
  font-weight: 400;
  margin: 0 25px 30px;
}

#links > span > div::before {
  content: "> "
}

.bottomLinks {
  font-size: 18px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  padding: 0 25px 10px;
}

.spoiler {
	border: 1px dashed gray;
	padding: 1px;
}

.spoiler>div:last-child {
	margin: 12px 5%;
	padding: 3px;
	text-align: left;
}

.spoiler.closed>div:last-child {
	display: none;
}

/* Ensure images never exceed the pageContent frame */
.pageContent img {
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
  width: auto !important;
  display: block !important;
  margin: 0 auto !important;
  object-fit: contain !important;
}
