@import url("reset-to-defaults.css");

.window {
  background-image: none;
  background-color: lime;
  border-radius: 0;
  border-style: none;
}

.notwindow {
  background-color: red;
}

.window.notwindow {
  background-color: blue;
}
