body {
  font-family: "Courier New", "Courier", monospace;
  font-weight: 700;
  margin: 0;
  background-color: #000;
  background-image: url(https://file.garden/Z0frMAgQRCGWEQf0/resources/bgreal.png);
  background-size: cover;
  color: #D0CADC;
  cursor: url("https://file.garden/Z0frMAgQRCGWEQf0/resources/cursor%20(1).png"), auto;
}

a {
  cursor: url("https://file.garden/Z0frMAgQRCGWEQf0/resources/cursoralt%20(1).png"), auto;
}

#container {
  max-width: 1000px;
  margin: 0 auto;
}

#container a {
  color: #57A6C1;
  
}

#container a:hover {
  color: #95D2E6;
  
}

#header {
  width: 100%;
  background-color: #252427;
  border: 2px solid #3C334C;
  border-radius: 10px;
  background-image: url("https://file.garden/Z0frMAgQRCGWEQf0/resources/headerrealer.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;  
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
}
#navbar {
  background-color: #161517;
  background-image: linear-gradient(to bottom, rgba(31,30,32,1), rgba(31,30,32,0), rgba(31,30,32,1));
  padding: 2px;
  border: 2px solid #3C334C;
  border-radius: 10px;
  margin-top: 5px;
  padding-left: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#navbar ul {
 display: flex;
 padding: 0;
 margin: 0;
 list-style-type: none;
 justify-content: space-evenly;
}

#navbar li {
  padding-top: 10px;
}

#navbar li a {
  color: #6F4EAC;
  font-weight: 800;
  text-decoration: none;
}

#navbar li a:hover {
  color: #A288D1;
  text-decoration: underline;
}

#flex {
  display: flex;
  margin-top: 10px;
}


#main {
  background-image: linear-gradient(to bottom, rgba(37,36,39,1), rgba(37,36,39,0.5));
  border: 2px solid #3C334C;
  border-radius: 10px;
  padding: 20px;
  flex: 1;
  order: 2;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#slide {
  max-width: 650px;
  margin: auto;
  border: solid 2px rgba(111,78,172,0.25);
  background-color: #161517;
  border-radius: 5px;
}

#content {
  margin: auto;
  max-width: 650px;
  text-align: center;
}

#command {
  font-size: 32px;
  padding: 12px;
}

#text {
  max-width: 90%;
  margin: auto;
  font-size: 14px;
}

img {
  margin-left: -25px;
  margin-right: -25px;
  max-width: 940px;
  overflow-clip-margin: content-box;
  overflow-wrap: break-word;
  overflow-x: clip;
  overflow-y: clip;
}

#foot {
  max-width: 95%;
  margins: auto;
  padding: 10px;
  font-size: 10px;
  font-family: Verdana, Arial, Helevecta;
}

#cmmdlinks {
  font-size: 24px;
  font-weight: 400;
}

#disclaimer {
background-image: linear-gradient(to bottom, rgba(31,30,32,1), rgba(30,31,32,0.5));
border: solid 2px rgba(111,78,172,0.5);
border-radius: 5px;
width: 90%;
padding: 10px;
margin: auto;
}


img.panel {
  max-width:100%;
  margin-left: -25px;
  margin-right:-25px;
  border: none;
  border-radius: 0px;
}

.box {
background-color: #161517;
border: solid 2px rgba(111,78,172,0.25);
border-radius: 2px;
padding: 20px;
text-align: left;
}


img.moivepostere {
  border: solid 2px rgba(111,78,172,0.5);
  border-radius: 5px;
  max-width: 100%;
  height: auto;
  margin: 5px;
}

button {
  background-color: #1F1E20;
  font-family: Verdana, Arial, Helevecta;
  cursor: url("https://file.garden/Z0frMAgQRCGWEQf0/resources/cursoralt%20(1).png"), auto;
  font-size:17px;
  font-weight: 400;
  color: #D0CADC;
  padding: 10px 20px;
  border: bevel;
}

button:hover {
  background-color: #161517;
}

.content {
  padding: 20px;
  display: none;
  overflow: hidden;
  width: 90%;
  border: solid 2px rgba(111,78,172,0.25);
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: left;
}


img {
  border: solid 2px rgba(111,78,172,0.5);
  border-radius: 5px;
  margin: 5px;
}

hr {
  border: 1px solid rgba(111,78,172,0.5);
}

@media only screen and (max-width: 900px) {
 #flex {
   flex-wrap: wrap;
  }

 #sidebar {
  width: 100%;
 }
  
 #main {
   margin-left: 0px;
   margin-top: 10px;
   padding-left: 0;
   padding-right: 0;
   order: 2;
 }
  #slide {
    width: 98%;
    margin: auto;
  }

#sidebar {
order: 1;
  height: auto;
 }

 #navbar ul {
  flex-wrap: wrap;
 }