html * {
  cursor: url("https://solpaan.neocities.org/nat967.png"), auto;
}

body {
  background-image: url("https://solpaan.neocities.org/Presentation%20BG.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #FCFFF2;
  overflow-y: hidden; 
  font-family: "Space Mono", monospace;
  font-size: 12px;
  image-rendering: pixelated;
}

footer {
  text-align: center;
  margin: 0px auto;
  display: flex;
}

center {
  width: 1080px;
  margin: 0 auto;
  display: block;
  text-align: -webkit-center;
  unicode-bidi: isolate; 
}

a:link {
  color: gray;
  text-decoration: none;
  cursor: url("https://solpaan.neocities.org/nat967.png"), auto;
}

a:visited {
  color: #5E5E5E;
  text-decoration: none;
}

a:active {
  color: gray;
}

a:hover {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  color: #A9DE50;
}

input:focus, textarea:focus {
  background: #eee;
}

.container {
  margin: auto;
  width: 600px;
  height: 600px;
  position: relative;
  top: 10em;
  left: 100px;
}

.subcontainer {
  width: 350px;
  height: 160px;
  position: absolute;
  top: 350px;
  left: 150px;
}

.content {
  border-radius: 0 0 5px 5px;
  background: #0F0F0F;
  border-left: 3px solid #A9DE50;
  border-right: 3px solid #A9DE50;
  border-bottom: 3px solid #A9DE50;
  width: 757px;
  height: 303px;
}

.content.sub {
  border-radius: 0 0 5px 5px;
  background: #0F0F0F;
  border-left: 1px solid #A9DE50;
  border-right: 1px solid #A9DE50;
  border-bottom: 1px solid #A9DE50;
  width: 340px;
  height: 153px;
  padding: 10px;
}

.title-bar {
    font-family: "Space Mono";
    font-weight: bold;
    color: white;
    background: #0F0F0F;
    padding: 5px 5px 3px 5px;
    border-top: 1px solid #A9DE50;
    border-left: 1px solid #A9DE50;
    border-right: 1px solid #A9DE50;
    border-top-left-radius: 8px;
    border-top-right-radius: 7px;
    font-size: 13px;
    text-shadow: 1px 1px #0f1089;
    height: 21px;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-bar-text {
    padding-left: 3px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0;
    margin-right: 24px;
}

.title-bar-controls button[aria-label=Close] {
    background-image: url("https://solpaan.neocities.org/pbicon.png");
}

.title-bar-controls button {
    min-width: 21px;
    min-height: 21px;
    margin-left: 2px;
    background-repeat: no-repeat;
    background-position: 50%;
    box-shadow: none;
    background-color: #0F0F0F;
    transition: background .1s;
    border: none;
}

.title-bar.sub {
    font-family: "Space Mono";
    font-weight: bold;
    color: white;
    background: #0F0F0F;
    padding: 5px 5px 3px 5px;
    border: 1px solid #A9DE50;
    border-top-left-radius: 8px;
    border-top-right-radius: 7px;
    font-size: 13px;
    text-shadow: 1px 1px #0f1089;
    height: 21px;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-bar-text.sub {
    padding-left: 3px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0;
    margin-right: 24px;
}

.title-bar-controls.sub button[aria-label=Close] {
    background-image: url("https://solpaan.neocities.org/pbicon.png");
}

.title-bar-controls.sub button {
    min-width: 21px;
    min-height: 21px;
    margin-left: 2px;
    background-repeat: no-repeat;
    background-position: 50%;
    box-shadow: none;
    background-color: #0F0F0F;
    transition: background .1s;
    border: none;
}

::selection {
  background-color: #A9DE50;
  color: black;
}