html {
    font-family: menu;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    background: #e4e4e4 url(../images/background.jpg) repeat;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    margin: 0;
}
.palestine {
  position: fixed;
  top: 0;
  left: 0;
  height: 20px;
  width: 100%;
  background-image: linear-gradient(
    to bottom,
    red 0 5px,
    black 5px 10px,
    white 10px 15px,
    green 15px 20px
  );
  background-repeat: no-repeat;
  background-size: 100% 20px;
  font-size: 1rem;
  z-index: 1000;
}
header {
    margin-top: 20px;
}
h1 {
    text-align: center;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
p {
    margin-top: 0;
}
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #0056b3;
    text-decoration: none;
}
img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
    margin-top: 10px;
}
ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
ul li {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    clear: both;
    font-weight: bold;
}
ul li a.last {
    margin-right: 0.5em;
}
header,
section,
footer {
    max-width: 900px;
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
header {
    text-align: center;
}
section, article {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 25px;
    margin-bottom: 25px;
}
article {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
hr,
.repository {
    margin: 0 auto;
    margin-bottom: 25px;
}
.privacy {
    font-weight: bold;
}
.text-right {
    float: right;
    padding: 0.2em 0.6em;
    border-radius: 4px;
    background-color: #ddd;
    line-height: 1.5;
    border-radius: 0.25rem;
}
@media screen {
    .g {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }
}
@font-face {
    font-family: "octicons";
    src:
        url("../fonts/octicons.eot?#iefix") format("embedded-opentype"),
        url("../fonts/octicons.woff") format("woff"),
        url("../fonts/octicons.ttf") format("truetype"),
        url("../fonts/octicons.svg#octicons") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}
.octicon {
    font: normal normal normal 16px/1 octicons;
    display: inline-block;
    text-decoration: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bold;
    width: 1.5em;
}
a.octicon,
a.octicon:hover {
    color: transparent !important;
}
a.octicon:before {
    color: #007bff;
}
a.octicon:hover:before {
    color: #0056b3;
}
.octicon-arrow:before {
    content: "\f03f";
}
.octicon-code:before {
    content: "\f05f";
}
.octicon-home:before {
    content: "\f08d";
}
.supportme {
    text-align: center;
    margin: 1em auto 2em;
}
.supportme a {
    font-family: Verdana, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    padding: 10px 20px;
    border: 1px solid #f93;
    border-radius: 5em;
    background-image: linear-gradient(#fff0a8, #f9b421);
    margin: 0 auto;
    min-width: 150px;
    display: inline-block;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.supportme a i:first-child {
    color: #253b80;
}
.supportme a i:last-child {
    color: #179bd7;
}
.social {
    padding: 25px;
    text-align: center;
}



