* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Lanterne";
  src: url("./assets/fonts/Lanterne-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lanterne";
  src: url("./assets/fonts/Lanterne-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

body {
  margin: 0;
  background: #050505;
  color: #f2f0ea;
  font-family: "Lanterne";
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

main {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}



.content{

    width:520px;

    font-family:"Lanterne";

    font-size:13px;

    line-height:1.2;
}

.name {
  font-style: normal;
  font-weight: 300;
}

.role {
  font-style: italic;
  font-weight: 300;
}

.description{
    font-family:"Lanterne";
    font-style:normal;
}

.content {
  max-width: 520px;
}

p {
  margin: 0 0 16px 0;
}

a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  margin-right: 12px;
}