<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  font-family: Poppins, sans-serif;
}

body {
  display: flex;
  align-items: center;
  height: 100vh;
  background: #e2e2e2;
}

h2 {
  font-weight: 600;
}

h6.issued-by {
  font-weight: 500;
}

p {
  font-weight: 300;
}

.container {
  margin: auto !important;
  background: #fff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, .05) 0 1px 0, rgba(0, 0, 0, .05) 0 2px 6px, rgba(0, 0, 0, .05) 0 0px 20px !important;
}

h5.details {
  font-weight: 500;
}

h5.details span {
  font-weight: 300;
}

.topbar {
  background: #f1f1f1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  flex-flow: row;
}

.user-img img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

.user-info p {
  font-size: 18px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 800px;
  }
}

.share-url a {
  background-color: #0A66C2;
  color: #fff;
  padding: 4px 8px;
  border-radius: 3px;
}</pre></body></html>