body {
  background-color: black;
  margin: 0px;
  overflow: hidden;
  background: url("../img/wallpaper.jpg") no-repeat center center fixed;
  background-size: auto;
  background-position: bottom;
}

.draggable-window {
  display: none;
  position: absolute;
  background: url("../img/window.png");
  margin: auto;
  width: 265px;
  height: 130px;
}
.draggable-window--state-unfocused {
  background: url("../img/unfocused-window.png");
}
.draggable-window__title-bar-area {
  width: 354px;
  height: 70px;
}

.frozen-background-simulator__base-image {
  display: none;
  
}