body {
  
.desktop {
  display: flex;
  padding: 10px;
}

.window {
  width: 300px;
  border: 2px solid #0a246a;
  background: #ece9d8;
}
}