body {
  font-family: Helvetica;
  font-size: 1rem;
}

.root {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 200px;
  max-width: 800px;
  margin: auto;
  padding-top: 1em;
}

.avatar {
  min-width: 100px;
  max-width: 200px;
  border-radius: 50%;
}

.header {
  font-size: 1rem;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}

.header .title {
  font-weight: bold;
  margin-bottom: 0.2em;
}

.item {
  font-size: 1rem;
  width: calc(100% - 2rem);
}

.item .title {
  font-weight: bold;
  text-transform: uppercase;
}

.item ul {
  list-style-type: disc;
}

.item p {
  font-style: italic;
}

.contacts {
  margin-top: 2rem;
}

.contacts a {
  text-decoration: none;
}