body {
  background-color: black;
  background-image: url('images/background.jpg');
  background-repeat: repeat;
  background-position: center;
  background-size: inherit;
  color: white;
  font-family: Garamond;
}
/* Link Colors */
a, a:link {color: lightgray;}
a, a:hover {color: gray;}
a, a:active {color: lightgray;}

/* Navigation */
.navbar {
  border: 1px solid white ;
  border-style: groove;
  margin: auto;
  padding: 3px;
  width: 20%;
}

.navpage {
  border: 3px white ;
  border-style: solid dotted;
  width: 30%;
  text-align: center;
  margin: auto;
}

/* Borders */
.blog-border {
  border: 5px solid white;
  border-style: double;
  border-width: 5px;
  text-align: center;
}

.about-border {
  border: 5px solid white;
  border-style: dashed;
  border-width: 3px;
  text-align: center;
}

.border {
  border: 3px solid white;
  padding: 20px;
}

/* Content */
.content {
  margin: auto;
  width: 50%;
  border: none;
  padding: 3px;
  text-align: center;
}