/* html {
  overflow-y: hidden;
} */

body {
  margin: 40px auto;

  max-width: 650px;

  line-height: 1.6;

  font-family: "Inconsolata", monospace;

  font-size: 18px;

  color: #7fffd4;

  padding: 0 10px;
}

aside{
  margin: unset; 
  overflow: hidden;
  width: 100px;
  position: relative;
  left: -60px;
  border: 1px solid #7fffd4;

  background: #000000a5;

  text-align: left;

  margin-top: 10px;

  margin-bottom: 10px;
  
  padding-left: 20px;

  padding-right: 20px;
}

h1,
h2,
h3 {
  line-height: 1.2;
}

hr {
  border: 1px solid #7fffd4;
}

header {
  border: 1px solid #7fffd4;

  background: #000000a5;

  text-align: center;

  margin-top: 10px;

  margin-bottom: 10px;
}

nav.nav_bottom > a:hover {
  font-weight: unset;
}


nav {
  border: 1px solid #7fffd4;

  background: #000000a5;

  text-align: center;

  margin-top: 10px;

  margin-bottom: 10px;

  padding-left: 20px;

  padding-right: 20px;

  float: inherit;

  overflow: hidden;
}

a {
  color: #7fffd4;
}

a:hover {
  font-weight: bold;
}

#gtranslate_wrapper {
  display: unset;

  text-align: end;

  float: right;
}

.nav_bottom {
  /* display: inline-block;

  display: flex;

  justify-content: space-between; */

  border: 1px solid #7fffd4;

  background: #000000a5;

  text-align: right;

  margin-top: 10px;

  margin-bottom: 10px;

  padding-right: 20px;

  padding-left: 20px;
}



#clock {
  display: unset;

  text-align: start;

  float: left;

}



#website-counter {
  background: #000000a5;

  text-align: center;

  margin-top: 10px;

  margin-bottom: 10px;
}

#btn {
  border: 1px solid #7fffd4;

  background-color: #00000000;
  color: #7fffd4;
  padding: 10px 15px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 0px 10px;
  cursor: pointer;
}

#onoff {
  border: 1px solid #7fffd4;
  background: transparent;
  text-align: center;
  color: #7fffd4;
}

section {
  border: 1px solid #7fffd4;

  background: #000000a5;

  text-align: left;

  padding: 20px;

  margin-top: 10px;

  margin-bottom: 10px;
}

article {
  border: 1px solid #7fffd4;

  background: #000000a5;

  text-align: left;

  padding: 20px;

  margin-top: 10px;

  margin-bottom: 10px;
}


span {
  float: right;
}

/* iframe massacre */
.iframeContainer1 {
  position: relative;
  overflow: hidden;
  width: 102%;
  padding-top: 98.3%;
}

.responseFrame1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 150%;
  height: 150%;
  transform: scale(0.65);
  transform-origin: 0 0;
}
.iframeContainer2 {
  position: relative;
  overflow: hidden;
  width: 102%;
  padding-top: 98.3%;
}

.responseFrame2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 150%;
  height: 150%;
  transform: scale(0.65);
  transform-origin: 0 0;
}

#game {
  display: none;

  width: 100%;

  height: 100%;
}

#frame {
  border: 1px solid #7fffd4;

  background: #00000000;

  text-align: left;

  padding: 1px;

  margin-top: 10px;

  margin-bottom: 10px;

  overflow-wrap: break-word;
}

.gameOff {
  display: none;
}

.gameOn {
  display: block;
}

.containerOff {
  display: none;
}

.containerOn {
  display: block;
}

audio {
  display: unset;

  float: inherit;
}

#audioFrame {
  max-width: 360px;

  border: 1px solid #ff2cff;

  background: transparent;

  text-align: center;

  float: inherit;

  padding: 20px;

  margin-top: 139px;

  margin-bottom: 10px;

  margin-left: auto;

  margin-right: auto;

  width: 90%;
}

a.download-link {
  display: inline-block;

  background: url("img/tinted_downArrow16.png") no-repeat left center;

  padding-left: 16px; /* Adjust based on your icon size */

  text-decoration: none;

  color: #ff2cff;
}

a.download-link:hover {
  border: 1px solid #ff2cff;
}

/* p {

display: inline-block;

  border: 1px solid #7fffd4;

  background: #000000a5;

  text-align: left;

  margin-top: 10px;

  margin-bottom: 10px;

  padding-right: 20px;

} */

div {
  margin-block: 5px;
}

div.klixa_webring > a {
  background-color: #7fffd4ba;
  border-radius: 5%;
  height: 32px;
  width: 32px;
  color: #000000;
  display: inline-block;
  text-align: center;
  position: relative;
  text-decoration: unset ;
}
/* klixa webring pointer */
section > div > a {
  text-decoration: unset;

}
div > a > div {
  text-decoration: unset; 
  background-color: #7fffd46e;
  border-radius: 5%;
  height: 32px;
  width: 32px;
  color: #000000;
  display: inline-block;
  text-align: center;
  position: relative;
 
}

div > a > div:hover {
    background-color: #7fffd4;
}


.randomButton {
  border: 1px solid #7fffd4;
  background: transparent;
  text-align: center;
  color: #7fffd4;
}


input[type=text] {
  background-color: #3cbc8d00;
  color: #7fffd4;
  border: 1px solid;
}