/* src/styles.css */
html {
  background: url(/assets/Corrugated_Background.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #dddddd;
}
body {
  background-color: transparent;
  font-family: "Raleway", sans-serif;
  width: calc(100vw - 15px);
}
h1 {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 10px;
}
.indent-background {
  background-color: rgba(36, 37, 62, .8);
  padding: 20px;
  border-radius: 25px;
  color: #eee;
}
.indent {
  padding: 20px;
  border-radius: 25px;
  color: #eee;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
