@font-face {
  font-family: "CourierPrime";
  src: url("../Fonts/CourierPrime-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  position: relative;
  background-color: #0d1317;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #f5f5f7;
  font-family: CourierPrime, monospace;
  font-weight: 400;  
}

p
{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-family: CourierPrime, monospace;
    color: #f5f5f7;
    font-size: 16px;
}

a {
  display: block;
  text-decoration: none;
  font-family: CourierPrime, monospace;
  font-style: italic;
  color: #f5f5f7;
  cursor: pointer;
  font-weight: 400;
}

li
{
  display: list-item;
  text-align: -webkit-match-parent;
  list-style-type: "- ";  
}

h1 {
  display: block;
  font-family: CourierPrime, monospace;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: #f5f5f7;
}

h2 {
  display: block;
  font-family: CourierPrime, monospace;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: #f5f5f7;
}

h3 {
  display: block;
  font-family: CourierPrime, monospace;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: #557f01;
  margin-block-start: 0.67em;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;  
}

.cBack {
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: 175px;
  top: 0px;
  left: 0px;

}

articel {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  position: relative;
  display: block;
  background-color: transparent;
  border-radius: 10px;
  padding: 10px 0px 10px 10px;
  width: 90vw;
  line-height: 1.5em;
}


.hamburg {
  margin: 0;
  top: 5px;
  display: block;
  background: transparent;
  width: 75px;
  height: 50px;
  position: relative;
  border-radius: 4px;
  transition: border-radius 1s;
  cursor: pointer;
}

.line {
  position: absolute;
  left: 10px;
  height: 4px;
  width: 55px;
  background: #f5f5f7;
  border-radius: 2px;
  display: block;
  transition: 1s;
  transform-origin: center;
}

.line:nth-child(1) {
  top: 12px;
}

.line:nth-child(2) {
  top: 24px;
}

.line:nth-child(3) {
  top: 36px;
}

.hamburg.checked .line:nth-child(1) {
  transform: translateY(12px) rotate(-45deg);
}

.hamburg.checked .line:nth-child(2) {
  opacity: 0;
}

.hamburg.checked .line:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}

.topNav {
  position: relative;
  margin: 0 auto;
  background-color: #262626;
  border-radius: 10px;
  padding: 0;
  width: 90vw;
  top: 3vh;
  min-height: 60px;
  transition: 0.7s linear;
  overflow: hidden;
  z-index: 1000;
}

.topNav.showNav {
  min-height: 40vh;
  transition: 0.7s linear;
}

.navContentContainer {
  position: relative;
  background-color: transparent;
  max-height: 0;
  min-height: 0;
  width: 90%;
  top: 10px;
  overflow: hidden;
  display: block;
  transition: 0.7s linear;
}

.navContentContainer.showNavContainer {
  max-height: 500px;
  min-height: 500px;
  transition: 0.7s linear;
}

.navNav {
  margin-top: 50px;
  position: relative;
  background-color: transparent;
  text-align: left;
  font-size: 30px;
  padding-left: 20px;
}

.navNav a {
  padding: 8px;
  margin-top: 10px;
  display: block;
  width: 100%;
  font-family: CourierPrime, monospace;
  font-size: 30px;
  text-decoration: none;
  color: #f5f5f7;
}

.navInfo p {
  display: block;
  width: 100%;
  font-weight: normal;
  text-decoration: none;
  color: #f5f5f7;
  margin-block-start: 0.3em;
  margin-block-end: 0.3em;
}

.navInfo {
  margin-top: 60px;
  position: relative;
  background-color: transparent;
  padding: 10px;
  text-align: right;
}

.timeT li
{
   font-size: 35px;
   margin-top: 10px;
}