@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Source+Sans+Pro:200,300,400,600,700,900");
body { font-family: "Open Sans"; background-color: rgb(255, 255, 255); }
h1 { font-family: "Open Sans"; color: rgb(0, 0, 0); }
h2, h3, h4, h5, h6 { font-family: "Open Sans"; font-weight: 300; }
header { background-color: rgb(255, 255, 255); }
p { color: rgb(0, 0, 0); }
a { color: rgb(0, 0, 0); }
.button { background-color: rgb(221, 51, 51); border-radius: 5px; }
.button:hover { background-color: rgb(0, 0, 0); }
