body {

}
/* window stuff */
.window {
  width: 300px;
  height: 200px;
  border: 4px outset blue;
  border-top: 35px solid blue;
  border-top-style: solid;
  border-image: linear-gradient(to top, blue 99.87%, #6d7bfc, blue) 1;
  padding: 3px;
  background-color: white;
  font-family: "DotGothic16", sans-serif;
   overflow: auto;
}

.button:active {
  border: 1px inset white;
  transform: scale(0.90);
  box-shadow: 2px 2px 10px black;
}
/* end window shit */