@import "../components/octicons/octicons.css";
html {
  height: 100%;
}
html body {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
html header {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
html main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
}
html footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.banner-style {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #ffffff;
}
header {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #ffffff;
}
header .top-bar {
  color: #06d25e;
  font-size: 1.3em;
}
header .top-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header .top-bar a {
  padding: 1.3rem;
  display: block;
  color: #00b04d;
  text-decoration: none;
}
header .top-bar a:hover {
  background-color: #f8fffa;
  color: #06d25e;
}
header .top-bar a:target {
  -webkit-transition-property: background-color;
          transition-property: background-color;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  background-color: gray;
}
header .message {
  height: 12em;
  color: #ffffff;
  background: #00b04d;
  text-align: center;
}
header .message .reasons {
  width: 75%;
  margin: auto;
  padding-top: 1.5rem;
}
main {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #ffffff;
  text-align: center;
}
footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #ffffff;
  background: #c1f9e5;
}
footer h4 {
  color: #00b04d;
  text-align: center;
}
.gh-username {
  font-style: italic;
}
.gh-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.3em 0;
}
.gh-info gh-repos {
  width: 90%;
  padding: 50px;
}
