/* Styles for the content on the homepage. */

main {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#pf {
  max-width: 228px;
  border-radius: 50%;
  margin-bottom: 1rem;
}

p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: min(80vw, 400px);
  text-align: center;
  word-wrap: break-word;
}

code {
  background-color: #f2f2f2;
}

section {
  margin-top: 0.8rem;
  display: flex;
}

.logo {
  width: 30px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  border-radius: 50%;
}

#qr {
  max-width: 228px;
}