/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* @import "compass/reset"; */
/* Components */
/* line 1, ../sass/components/_home.scss */
html {
  width: 100%;
  height: 100%;
}

/* line 6, ../sass/components/_home.scss */
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

/* line 14, ../sass/components/_home.scss */
.home__container {
  width: 100%;
  height: 100%;
  background: url("../images/home-page.jpg");
  background-size: cover;
}

.404__container {
  width: 100%;
  height: 100%;
  background: url("../images/404.png");
  background-size: cover;
}

