/* Add custom CSS styles below */ 

body {
  background-image: linear-gradient(#a9aaa9, #ffffff); 
  background-size: cover;
  background-attachment: scroll;
}

h1 {
  font-family: 'Spectral', serif;
  font-size: calc(1rem + 3.3vw);
}