body{
  background-color: #cacaca;
  font-family: Tahoma, Geneva, sans-serif;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #cacaca;
    font-family: "Lucida Console", Monaco, monospace;
    font-weight: bold;
}

.navbar-custom {
    background-color: #010199;
}

h1{
  margin-top: 100px;
  text-align: center;
}

@media only screen and (min-width: 243px){
  h1{
    margin-top: 60px;
  }
}

.footer{
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #010199;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.repolink a{
  display: block;
  color: #cacaca;
  font-size: 15px;
  line-height: 15px;
  padding: 4px;
}
