@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Source+Sans+Pro:200,300,400,600,700,900");
.button { background-color: rgb(68, 68, 68); border-radius: 5px; font-size: 1.55rem; color: rgb(255, 255, 255); }
.button:hover { background-color: rgb(255, 255, 255); }
