body {
  background-image: url(white-carbon.png);
  background-repeat: repeat;
  color: rgb(0, 0, 0);
}

h1 {
  text-align: center;
}

li {
  text-align: center;
}

img{
  float: left;
}

div.jumbotron {
  background-color: rgb(155, 155, 155);
  margin-top: 2%;
}

/* Portfolio Cards */
p.card-text {
  text-align: center;
}

h5 {
  text-align: center;
}

a.btn {
  background-color: rgb(70, 70, 70);
  font-family: 'Montserrat', sans-serif;
  font-size: 10pt;
  align-content: center;
  outline-color: black;
}

/* Psuedo-Classes for Buttons */
a.btn:link {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

a.btn:visited {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

a.btn:hover {
  color: black;
  text-decoration: none;
}

a.btn:active {
  color: black;
  text-decoration: none;
}

/* Footer */
footer {
  text-align: center;
  font-size: 8pt;
  color: rgb(201, 201, 201);
  background-color: rgb(50, 50, 50);
  padding: 22px;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-link {
  text-decoration: none;
  color: rgb(201, 201, 201);
}

h6 {
  text-align: center;
}

.card {
  margin-bottom: 1%;
  text-align: center;
}