$background: #ec753d;

html, body {
  height: 100%;
}

body {
  background: $background;
  margin:20px
}