@charset "utf-8";
body {
  font-family: 'Quicksand', sans-serif;

  margin: 0;
  padding: 0;
}

.jumbotron {
  font-size: 20px;
  padding: 60px;
  background-color: #00c8eb;
  text-align: center;
  color: white;
}


nav a {
  font-size: 18px;

  font-weight: 400;
  text-decoration: none;

  color: white;
}

nav a:hover {
	  font-weight: bold;
}

h2,h3 {
  color: #00a2c6;
}

footer {
  padding: 20px;
  color: white;
  background-color: #00a2c6;

  text-align: center;
  font-weight: bold;
}

.profile header {
  text-align: center;
}

.featured-image {
  width: 100%;
  max-height: 300px;

  object-fit: cover;
  object-position: center;
}

.profile img {
  width: 200px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;

  padding: 20px;
  margin-top: 20px;
}

nav li {
  display: inline;
  list-style-type: none;
  margin-right: 20px;
}

nav {
  background-color: #00a2c6;
  padding: 5px;
}

main {
  padding: 20px;
}
	td{
		border: 1px solid #000;
		text-align:center;
		padding: 8px;
		}
	th{
		border: 2px solid #000;
		text-align:center;
		padding: 8px;}

h3.dong{
	color:#000;
	}
/* CSS Document */

