:root {
  font-family: Manrope, Helvetica, Arial, system-ui, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans,
    Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #000;
  background-color: #f6f5ff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
main {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 40rem;
  padding: 30px;
  margin: 0 auto;
}
main .top-part {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
main .top-part .card-portrait img {
  box-shadow: 5px 5px #000;
  border-radius: 20px;
  max-height: 14rem;
}
main h1 {
  font-size: 24px;
  font-weight: 700;
}
main a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}
main a:hover {
  text-decoration: underline;
}
main .profile img {
  max-height: 5rem;
}
main span {
  font-size: 40px;
  font-weight: 700;
  color: #987fff;
}
main .discours {
  margin-top: 20px;
}
