body {
	background-color: black;
}

.jumbotron {
    background: linear-gradient(to right, pink, white);
    
}

table {
    width: 100%;
  }

.puff-info img {
  display:block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  padding-bottom: 5px;
  border-bottom: 1px solid lightgray;
  margin-bottom: 5px;
}

.puff-info p {
  color: darkslategrey;
  border-top: 1px solid lightgray;
  margin-top: 5px;
}

.alert {
  padding-bottom: 0px;
}

#give-me-an-a {
    position: fixed;
    right: 0;
    bottom: 0;
  }

.navbar-dark .navbar-nav .nav-link.active {
    color: lightpink;
}


.navbar-dark .navbar-brand {
  color: lightpink;
}

.jumbotron h1 {
    color: lightgreen;
    text-shadow: 0px 0px 3px black;
}

.jumbotron h3 {
    color: lightgreen;
    text-shadow: 0px 0px 3px black;
  }

main {
	padding: 15px;
	margin: 0 0 30px 0;	
	background-color: white;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.btn {
  margin-bottom: 5px;
}

footer {
	color: #343a40;
	text-align: center;
}

footer li, footer ul {
	padding: 0;
	margin: 0;
}

footer li {
	margin: 0px 10px;
	list-style: none;
	display: inline;
}

body {
    background-color: beige;
  }
footer a {
    color: forestgreen;
  }

@media print {
  nav {
		display: none;
	}
  
  .alert {
        background-color: white;
        border: 0px;
        color: black;
  }
  
  body {
    background-color: white;
  }
  
  footer {
    display: none;
  }
  
  .jumbotron {
    background: white;
    margin: 0px;
    padding: 10px;
  }
  
  .jumbotron h1 {
      color: black;
    text-align: center;
    font-size: 30px;
  }
  
  .jumbotron h3 {
    color: black;
    text-align: center;
    font-size: 15px;
  }
  
}