body {
  background-color: darkgray;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.certification-logo {
  width: 75px;
  height: 75px;
  margin-right: 10px;
}

.certification-link {
  font-size: 20px;
  color: #337ab7;
  text-decoration: none;
}

.certifications {
  background-color: lightgray;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: auto;
}

.certifications h2 {
  margin-top: 0;
  text-align: center;
}

.certifications ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.certifications li {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px dashed darkgray;
}

.certifications li:last-child {
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: none;
}

.certification-name {
  font-weight: bold;
  font-size: 20px;
}

.certification-issuer {
  font-size: 15px;
  color: #666;
}

.certification-date {
  font-size: 15px;
  color: #666;
}

.certificate-description {
  padding-bottom: 10px;
  border-bottom: 1px dashed darkgray;
}

.certificate-description:last-child {
  padding-bottom: none;
  border-bottom: none;
}

img {
  padding-top: 10px;
}
