a:link {
color: #1e50a2;
}
a:visited {
color: #1e50a2;
}

.breadcrumb {
  margin: 10px;
  padding: 46px;
  list-style: none;
}
.breadcrumb li {
  display: inline;
  list-style: none;
  font-weight: 200;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
  color: #555;
}
.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  font-family: "MS PGothic";
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.paragraph p{
  text-align: center;
  font-size:16px;
  font-family: "MS PGothic";
}


#cards {
  max-width: 100%;
  display: flex;
  padding-top: 40px;
  flex-wrap: wrap;
  position: relatve;
  align-items: center;
  text-align: center;
}

.card {
  flex-grow: 1;
  object-fit: cover;
  height: 242px;
  width: auto;
  padding-top: 5px;
  padding: 15px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 4px;
}
.picture img {
  width: auto;
  height: 200px;
}
.description {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}
.description p {
font-size: 16px;
color: #4d4d4f;
text-align: center;
}
