.float {
    width: 50%;
    float: left;
}

/* footer */

.footer-container {
  padding: 7px 2px 3px 4px;
  border-left: 2px groove #ece9e9;
  border-bottom: 2px ridge #ece9e9;
  border-right: 2px ridge #ece9e9;
  border-top: 2px groove #ece9e9;
  outline: #292929 solid 1px;
  background: linear-gradient(to bottom,  #ece9e9 0%,#d2d1cf 26%);
  position: fixed;
  bottom: 0px;
  left: 30%;
  width: 500px;
  border-radius: 15px 15px 0px 0px;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer button {
  min-width: 80px;
  min-height: 80px;
  margin-right: 40px;
}

.footer button[aria-label=neocities]{
background-image: url(images/Neocities-icon.svg);
background-position:bottom 1px left 1px;
background-repeat:no-repeat;
background-size: 95%;
margin-left: 33px;
}

.footer button[aria-label=tumblr]{
background-image: url(images/Tumblr2015.svg);
background-position:bottom 6px left 6px;
background-repeat:no-repeat;
background-size: 85%;
}

.footer button[aria-label=artfight]{
background-image: url(images/artfight-icon.png);
background-position:top -2px left 4px;
background-repeat:no-repeat;
background-size: 90%;
}

.footer button[aria-label=toyhouse]{
background-image: url(images/Toyhouse-icon.svg);
background-position:bottom 5px left 4px;
background-repeat:no-repeat;
background-size: 90%;
}

/* header */

.header {
  padding: 7px 2px 3px 4px;
  border-left: 2px groove #ece9e9;
  border-bottom: 2px ridge #ece9e9;
  border-right: 2px ridge #ece9e9;
  border-top: 2px groove #ece9e9;
  outline: #292929 solid 1px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 24px;
  background: linear-gradient(to bottom,  #ece9e9 0%,#d2d1cf 26%);
}
.header-title-bar-controls {
  display: flex;
  margin-top: -24px;
  margin-left: 1190px;
}
.header-title-bar-controls button {
  padding: 0;
  display: block;
  min-width: 25px;
  min-height: 23px;
}
 
.header-title-bar-controls button:active {
  padding: 0;
}
 
.header-title-bar-controls button:focus {
  outline: none;
}
.header-title-bar-controls button[aria-label=Minimize]{
background-image:url("https://raw.githubusercontent.com/jdan/98.css/main/icon/minimize.svg");
background-position:bottom 4px left 6px;
background-repeat:no-repeat;
background-size: 45%;
}
 
.header-title-bar-controls button[aria-label=Maximize]{
background-image:url("https://raw.githubusercontent.com/jdan/98.css/4a2282dd9170cabf730fb5803d1153d86b2e94e3/icon/maximize.svg");
background-position:top 4px left 5px;
background-repeat:no-repeat;
background-size: 55%;
}
 
.header-title-bar-controls button[aria-label=Close]{
background-image:url("https://raw.githubusercontent.com/jdan/98.css/main/icon/close.svg");
background-position:top 5px left 6px;
background-repeat:no-repeat;
margin-left:2px;
background-size: 55%;
}

.header-title-bar-controls2 {
  display: flex;
}
.header-title-bar-controls2 button {
  padding: 4px;
  display: block;
  min-width: 40px;
  min-height: 23px;
  margin-right: 5px;
}
 
.header-title-bar-controls2 button:active {
  padding: 0;
}
 
.header-title-bar-controls2 button:focus {
  outline: none;
}
/* browser */

.browserheader {
  overflow: hidden;
  font-family: "Pixelated MS Sans Serif";
  -webkit-font-smoothing: none;
  font-size: 16px;
  font-weight: bold;
  margin-top: 80px;
  margin-left: 45px;
  width: 483px;
  height: 20px;
  padding-top: 25px;
  padding-left: 40px;
  background: linear-gradient(to bottom,  #ece9e9 0%,#d2d1cf 26%);
  border-left: 3px groove #ece9e9;
  border-bottom: 0px;
  border-right: 3px ridge #ece9e9;
  border-top: 3px groove #ece9e9;
  outline: #292929 solid 1px;
}
.browser-container {
  width: 540px;
  height: 640px;
  margin-top: 80px;
  margin-left: 45px;
  border: #292929 solid 1px;
}
.browser-title-bar {
        background:linear-gradient(to bottom,  #ece9e9 0%,#d2d1cf 26%);
    }
.browser-window {
  box-shadow: inset -1px -1px #292929,
    inset 1px 1px #dfdfdf, inset -2px -2px #808080,
    inset 2px 2px #ffffff;
  background: #e3e3e3;
  padding: 3px;
  width:540px;
  height: 640px;
}
 
.browser-title-bar {
  padding: 3px 6px 5px 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 
.browser-title-bar-text {
  font-weight: bold;
  color: #292929;
  letter-spacing: 0;
  margin-right: 24px;
}
 
.browser-title-bar-controls {
  display: flex;
}
.browser-title-bar-controls button {
  padding: 0;
  display: block;
  min-width: 20px;
  min-height: 18px;
}
 
.browser-title-bar-controls button:active {
  padding: 0;
}
 
.browser-title-bar-controls button:focus {
  outline: none;
}
 
.browser-title-bar-controls button[aria-label=Minimize]{
background-image:url("https://raw.githubusercontent.com/jdan/98.css/main/icon/minimize.svg");
background-position:bottom 4px left 5px;
background-repeat:no-repeat;
background-size: 45%;
}
 
.browser-title-bar-controls button[aria-label=Maximize]{
background-image:url("https://raw.githubusercontent.com/jdan/98.css/4a2282dd9170cabf730fb5803d1153d86b2e94e3/icon/maximize.svg");
background-position:top 3px left 4px;
background-repeat:no-repeat;
background-size: 55%;
}
 
.browser-title-bar-controls button[aria-label=Close]{
background-image:url("https://raw.githubusercontent.com/jdan/98.css/main/icon/close.svg");
background-position:top 4px left 5px;
background-repeat:no-repeat;
margin-left:2px;
background-size: 55%;
}

.browser-content {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 488px;
  height: 560px;
  margin-top: 15px;
  margin-left: 15px;
  background-color: #ededed;
  padding: 5px;
  border-left: 1px #292929 groove;
  border-right: 4px ridge #f5f5f5;
  border-top: 1px #292929 groove;
  border-bottom: 4px ridge #f5f5f5;
}

/*notepad */

.notepad-container {
  width: 245px;
  height: 520px;
  margin-top: 80px;
  margin-left: 355px;
  border: #292929 solid 1px;
}
.notepad-title-bar {
        background:linear-gradient(to bottom,  #ece9e9 0%,#d2d1cf 26%);
    }
.notepad-window {
  box-shadow: inset -1px -1px #292929,
    inset 1px 1px #dfdfdf, inset -2px -2px #808080,
    inset 2px 2px #ffffff;
  background: #e3e3e3;
  padding: 3px;
  width:245px;
  height: 520px;
}
 
.notepad-title-bar {
  padding: 3px 6px 5px 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 
.notepad-title-bar-text {
  font-weight: bold;
  color: #292929;
  letter-spacing: 0;
  margin-right: 24px;
}
 
.notepad-title-bar-controls {
  display: flex;
}
.notepad-title-bar-controls button {
  padding: 0;
  display: block;
  min-width: 18px;
  min-height: 16px;
}
 
.notepad-title-bar-controls button:active {
  padding: 0;
}
 
.notepad-title-bar-controls button:focus {
  outline: none;
}
 
.notepad-title-bar-controls button[aria-label=Minimize]{
background-image:url("https://raw.githubusercontent.com/jdan/98.css/main/icon/minimize.svg");
background-position:bottom 4px left 5px;
background-repeat:no-repeat;
background-size: 40%;
}
 
.notepad-title-bar-controls button[aria-label=Maximize]{
background-image:url("https://raw.githubusercontent.com/jdan/98.css/4a2282dd9170cabf730fb5803d1153d86b2e94e3/icon/maximize.svg");
background-position:top 3px left 4px;
background-repeat:no-repeat;
background-size: 50%;
}
 
.notepad-title-bar-controls button[aria-label=Close]{
background-image:url("https://raw.githubusercontent.com/jdan/98.css/main/icon/close.svg");
background-position:top 4px left 5px;
background-repeat:no-repeat;
margin-left:2px;
background-size: 50%;
}

.notepad-content {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 182px;
  height: 442px;
  margin-top: 15px;
  margin-left: 15px;
  background-color: #ededed;
  padding: 5px;
  padding-left: 20px;
  border-left: 1px #292929 groove;
  border-right: 4px ridge #f5f5f5;
  border-top: 1px #292929 groove;
  border-bottom: 4px ridge #f5f5f5;
}

/* update log */

.updates-container {
  position: absolute;
  width: 245px;
  height: 370px;
  margin-top: 55px;
  margin-left: 640px;
  border: #292929 solid 1px;
}
.updates-title-bar {
        background:linear-gradient(to bottom,  #ece9e9 0%,#d2d1cf 26%);
    }
.updates-window {
  box-shadow: inset -1px -1px #292929,
    inset 1px 1px #dfdfdf, inset -2px -2px #808080,
    inset 2px 2px #ffffff;
  background: #e3e3e3;
  padding: 3px;
  width:245px;
  height: 370px;
}
 
.updates-title-bar {
  padding: 3px 6px 5px 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 
.updates-title-bar-text {
  font-weight: bold;
  color: #292929;
  letter-spacing: 0;
  margin-right: 24px;
}
 
.updates-title-bar-controls {
  display: flex;
}
.updates-title-bar-controls button {
  padding: 0;
  display: block;
  min-width: 18px;
  min-height: 16px;
}
 
.updates-title-bar-controls button:active {
  padding: 0;
}
 
.updates-title-bar-controls button:focus {
  outline: none;
}
 
.updates-title-bar-controls button[aria-label=Minimize]{
background-image:url("https://raw.githubusercontent.com/jdan/98.css/main/icon/minimize.svg");
background-position:bottom 4px left 5px;
background-repeat:no-repeat;
background-size: 40%;
}
 
.updates-title-bar-controls button[aria-label=Maximize]{
background-image:url("https://raw.githubusercontent.com/jdan/98.css/4a2282dd9170cabf730fb5803d1153d86b2e94e3/icon/maximize.svg");
background-position:top 3px left 4px;
background-repeat:no-repeat;
background-size: 50%;
}
 
.updates-title-bar-controls button[aria-label=Close]{
background-image:url("https://raw.githubusercontent.com/jdan/98.css/main/icon/close.svg");
background-position:top 4px left 5px;
background-repeat:no-repeat;
margin-left:2px;
background-size: 50%;
}

.updates-content {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 182px;
  height: 292px;
  margin-top: 15px;
  margin-left: 15px;
  background-color: #ededed;
  padding: 5px;
  padding-left: 20px;
  border-left: 1px #292929 groove;
  border-right: 4px ridge #f5f5f5;
  border-top: 1px #292929 groove;
  border-bottom: 4px ridge #f5f5f5;
}

/* graphics */

.graphics-container {
  position: absolute;
  width: 325px;
  height: 300px;
  margin-top: 450px;
  margin-left: 690px;
  border: #292929 solid 1px;
}
.graphics-title-bar {
        background:linear-gradient(to bottom,  #ece9e9 0%,#d2d1cf 26%);
    }
.graphics-window {
  box-shadow: inset -1px -1px #292929,
    inset 1px 1px #dfdfdf, inset -2px -2px #808080,
    inset 2px 2px #ffffff;
  background: #e3e3e3;
  padding: 3px;
  width:325px;
  height: 300px;
}
 
.graphics-title-bar {
  padding: 3px 6px 5px 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 
.graphics-title-bar-text {
  font-weight: bold;
  color: #292929;
  letter-spacing: 0;
  margin-right: 24px;
}
 
.graphics-title-bar-controls {
  display: flex;
}
.graphics-title-bar-controls button {
  padding: 0;
  display: block;
  min-width: 18px;
  min-height: 16px;
}
 
.graphics-title-bar-controls button:active {
  padding: 0;
}
 
.graphics-title-bar-controls button:focus {
  outline: none;
}
 
.graphics-title-bar-controls button[aria-label=Minimize]{
background-image:url("https://raw.githubusercontent.com/jdan/98.css/main/icon/minimize.svg");
background-position:bottom 4px left 5px;
background-repeat:no-repeat;
background-size: 40%;
}
 
.graphics-title-bar-controls button[aria-label=Maximize]{
background-image:url("https://raw.githubusercontent.com/jdan/98.css/4a2282dd9170cabf730fb5803d1153d86b2e94e3/icon/maximize.svg");
background-position:top 3px left 4px;
background-repeat:no-repeat;
background-size: 50%;
}
 
.graphics-title-bar-controls button[aria-label=Close]{
background-image:url("https://raw.githubusercontent.com/jdan/98.css/main/icon/close.svg");
background-position:top 4px left 5px;
background-repeat:no-repeat;
margin-left:2px;
background-size: 50%;
}

.graphics-content {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 262px;
  height: 222px;
  margin-top: 15px;
  margin-left: 15px;
  background-color: #ededed;
  padding: 5px;
  padding-left: 20px;
  border-left: 1px #292929 groove;
  border-right: 4px ridge #f5f5f5;
  border-top: 1px #292929 groove;
  border-bottom: 4px ridge #f5f5f5;
}

.stamps img {
  width: 73px;
  height: 45px;
  object-fit: fill;
}

.blinkies img {
  width: 150px;
}
