@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Source+Sans+Pro:200,300,400,600,700,900");
footer { background-color: rgb(255, 255, 255); }
.button { color: rgb(17, 17, 17); font-size: 1.1rem; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px; background: linear-gradient(white, rgb(241, 241, 241)); }
.button:hover { color: rgb(230, 70, 10); background: linear-gradient(to top, white, rgb(241, 241, 241)); box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 12px; }
h1 { font-family: Verdana; font-size: 1rem; letter-spacing: 0.02rem; color: rgb(0, 0, 0); }
h2, h3, h4, h5, h6 { font-family: Verdana; font-size: 0.85rem; letter-spacing: 0.04rem; }
p { color: rgb(0, 0, 0); font-family: Verdana; }
body { font-family: Verdana; background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; background-image: none; font-size: 0.85rem; line-height: 1.25; }
a { text-decoration: underline; color: rgb(31, 24, 233); }
a:hover { color: rgb(39, 82, 255); }
a:hover.text-light { color: rgb(22, 57, 233); }
