a {
  color: #272;
}

a:hover {
  color: #272;
}

a:visited {
  color: #272;
}

body {
  background-color: #111;
  background-repeat: repeat;
}

h3 {
  color: #4c4;
  text-align: center;
}

hr {
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  height: 4px;
  background-color: #2c2;
  color: #2c2;
  border: 0 none;
}

p {
  text-indent: 15pt;
}

.avatar-border-rounded {
  border-color: #2c2;
  border-width: 8px;
  border-style: solid;
  width: 100%;
}

.btn:focus {
  outline: none !important;
}

.btn-primary {
  background: #020;
  color: #4c4;
}

.btn-primary:active {
  box-shadow: none;
  background: #141;
  outline: none !important;
  color: #020;
}

.btn.sharp {
  border-radius: 0;
}

.centerBlock {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 4px;
  border-style: solid;
  border-color: #2c2;
}

.centerContent {
  position: relative;
  transform: translateY(-50%);
}

b.code {
  background-color: #111;
  outline-style: inset;
  outline-width: 1px;
  font-family: monospace;
}

.cursor {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  background: black;
}

.foot {
  position: fixed;
  bottom: 0;
  right: 5;
  color: #777;
}

.navButtons {
  margin: 0;
  padding: 20;
  border-color: #2c2;
  border-width: 4px;
  border-style: solid;
}
.overlay {
  background: #292;
  width: 1px;
  height: 1px;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
  overflow: hidden;
}

.terminal {
  color: #141;
  font-size: 65%;
}

.text-primary {
  color: #2c2;
}

#blogHeader {
  position: relative;
  text-align: center;
  padding: 5px;
  background: #111;
}

#blogFooter {
  position: center;
  align-content: center;
  padding: 5px;
  background: #111;
}

#blogFooterNext {
  float: right;
  padding: 5px;
}

#blogFooterPrev {
  float: left;
  padding: 5px;
}

#container {
  width: 90%;
}

#emailAddr {
  border-style: solid;
  border-left: 1px;
  border-right: 1px;
  border-color: #2c2;
  border-radius: 5px;
  padding: 5%
}

#iSeeYou {
  border-color: #844
}

#navContainer{
  width: 250px;
}

