
/* Presentational styles */

body {
  background: #000000;
  padding: 0;
  line-height: 1;
  font-family: American Typewriter, serif;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-size: 0.875em; /* 14px/16=0.875em */
}

/* unvisited link */
a:link {
color: #ffffff;
text-decoration: none;
}

a:active {
color: grey;
text-decoration: none;
}

a:hover {
color: grey;
text-decoration: none;
}

/* visited link */
a:visited {
color: grey;
text-decoration: none;
}

.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
