:root{
  --frame-color:#c0c0c0;
  --shadow:#808080;
  --highlight: #ffffff;
  --frame:#0a0a0a;
  --face:#dfdfdf;
  --text-color:#000000;
  --border-frame-outer: inset -1px -1px var(--frame),
    inset 1px 1px var(--face);
  --border-frame-inner: inset -2px -2px var(--shadow),
    inset 2px 2px var(--highlight);
  --feet-color:#d4d0c8;
  --blue-dark:#0c276c;
  --blue-light:#a6caf0;
  --border-indent-vis: inset -1px -1px var(--face), inset 1px 1px var(--shadow);
  
  --border-width: 1px;
  --border-raised-outer: inset -1px -1px var(--frame),
    inset 1px 1px var(--highlight);
  --border-raised-inner: inset -2px -2px var(--shadow),
    inset 2px 2px var(--face);
  --border-sunken-outer: inset -1px -1px var(--highlight),
    inset 1px 1px var(--frame);
  --border-sunken-inner: inset -2px -2px var(--face),
    inset 2px 2px var(--shadow);
  
  --element-spacing: 8px;
}

@font-face {
  font-family: "Pixelated MS Sans Serif";
  src: url("https://mutilationmayhem.neocities.org/fonts/MS Sans Serif.ttf");
  font-weight: normal;
  font-style: normal;
}


body{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #3a6ea5;
  background-image: url('https://mutilationmayhem.neocities.org/images/Windows_2000_Wallpaper.gif');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.frame-container{
  background: var(--frame-color);
  box-shadow: var(--border-frame-outer), var(--border-frame-inner);
  box-sizing: border-box;
  padding: 3px;
  border:5px;
}


.title-header{
  background: linear-gradient(
    90deg,
    var(--blue-dark),
    var(--blue-light)
  );
  padding: 3px 2px 3px 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}

.header-text{
  font-family: Pixelated MS Sans Serif;
  font-weight: bold;
  color: white;
  letter-spacing: 0;
  margin-right: 24px;
  font-size: 15px;
}
.game-container {
  width: 800px;
  margin: 0 auto;
}

        
iframe {
 width: 800px;
  height: 400px;
  border: none;
  background-color: #000;
  margin-bottom: 10px;
  margin-top:20px;
        }
        
.foot {
  background-color: #d4d0c8;
  padding: 10px;
  text-align: center;
  color: white;
  position: fixed;
  height: 20px;
  bottom: 0;
  width:100%;
}

.activate-ctrl {
  left: 600px;
  bottom: 5px;
  position:absolute;
  font-family: Pixelated MS Sans Serif;
  font-size: 15px;
  font-style:bold;
}

.controls{
  display:none;
  position:absolute;
  background: var(--frame-color);
  box-shadow: var(--border-frame-outer), var(--border-frame-inner);
  box-sizing: border-box;
  width: 300px;
  padding: 3px;
  border:5px;
  padding-bottom: 5px;
  top: 50%;
  left:50%;
}

.control-header{
  background: linear-gradient(
    90deg,
    var(--blue-dark),
    var(--blue-light)
  );
  padding: 3px 2px 3px 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 20px;  
}

.ctrl-header-text{
  font-family:Pixelated MS Sans Serif;
  font-size: 15px;
  color: #ffffff;
  font-style: bold;
}

.ctrlbut{
  display:flex;
}

.ctrl-body-text {
  font-family: Pixelated MS Sans Serif;
  color: black;
  font-size: 12px;
}


.indent {
  margin: 0px 1px;
  display: flex;
  gap: 1px;
}

.indent-vis {
  box-shadow: var(--border-indent-vis);
  flex-grow: 1;
  padding: 2px 3px;
  margin: 0;
  font-family: Pixelated MS Sans Serif;
  font-size: 12px;
}

button {
  width:100px;
  height:30px;
  color: transparent;
  text-shadow: 0 0 var(--text-color);
  background: var(--frame-color);
  box-shadow: var(--border-raised-outer), var(--border-raised-inner);
  font-size: 10px;
}

button.default,
input[type="shutdown"].default,
input[type="options"].default {
  
  box-shadow: var(--default-button-border-raised-outer), var(--default-button-border-raised-inner);
}

button:not(:disabled):active,
input[type="submit"]:not(:disabled):active,
input[type="reset"]:not(:disabled):active {
  box-shadow: var(--border-sunken-outer), var(--border-sunken-inner);
  text-shadow: 1px 1px var(--text-color);
}

button.default:not(:disabled):active,
input[type="submit"].default:not(:disabled):active,
input[type="reset"].default:not(:disabled):active {
  box-shadow: var(--default-button-border-sunken-outer), var(--default-button-border-sunken-inner);
}

button:disabled,
:disabled + label {
  color: var(--shadow);
  text-shadow: 1px 1px 0 var(--highlight);
}

button.active {
  color:#000000;
  box-shadow: inset -1px -1px #ffffff, inset 1px 1px #0a0a0a,
    inset -2px -2px #dfdfdf, inset 2px 2px #808080;
  font-size: 21px;
  font-style: bold;
  font-family: Pixelated MS Sans Serif;
}

:disabled,
:disabled + label,
input[readonly],
input[readonly] + label {
  color: var(--shadow);
}

.visible{
  display: block;
}
.bf {
  font-family: Pixelated MS Sans Serif;
}

disclaimActivate{
    left: 1000px;
  bottom: 5px;
  position:absolute;
  font-family: Pixelated MS Sans Serif;
  font-size: 15px;
  font-style:bold;
}

.disclaim{
  position:absolute;
  background: var(--frame-color);
  box-shadow: var(--border-frame-outer), var(--border-frame-inner);
  box-sizing: border-box;
  padding: 3px;
  border:5px;
  padding-bottom: 5px;
  top: 10%;
  left:5%;
}

.dishead{
  background:90deg;
  background-color: var(--blue-dark);
  padding: 3px 2px 3px 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 20px;
}

.dishead-text{
  font-family:Pixelated MS Sans Serif;
  font-size: 15px;
  color: #ffffff;
  font-style: bold;
}

.dbody{
  font-family: Pixelated MS Sans Serif;
  color: black;
  font-size: 12px;
}

.warning{
  position:absolute;
  background: var(--frame-color);
  box-shadow: var(--border-frame-outer), var(--border-frame-inner);
  box-sizing: border-box;
  padding: 3px;
  border:5px;
  padding-bottom: 5px;
  top: 10%;
  left:84%;
}

.warn-head{
  background: 90deg;
  background-color: var(--blue-dark);
  padding: 3px 2px 3px 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 20px;
}

.warntext{
  font-family:Pixelated MS Sans Serif;
  font-size: 15px;
  color: #ffffff;
  font-style: bold;
}

.wbody{
  font-family: Pixelated MS Sans Serif;
  color: black;
  font-size: 12px;
}