/* Reset some default styles */
html, body {
  height: 100%;
  margin-top: 25px;
  margin-left: 50px;
  font-family: 'Helvetica';
  font-weight: 100;

}

body {
  background: linear-gradient(45deg, #e9cf0e, #07438d);
  background-attachment: fixed;
}
