@font-face {
  font-family: "Open Sans";
  font-style: "normal";
  src: url("../font/OpenSans-VariableFont.ttf") format("truetype");
}

:root {
  line-height: 1.8em;
  letter-spacing: 0.05rem;
  color: #333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

main,
header {
  display: flex;
  align-items: center;
  flex-direction: column;
}

article {
  font-family: "Georgia", "Times New Roman", serif;
}

article h1 {
  font-size: 1.5rem;
}

article h2 {
  font-size: 1.17em;
}

section h2 {
  font-size: 1.1rem;
}

.container {
  width: 50dvw;
}

header .container {
  margin: 2rem 0;
}

.text-info {
  margin: 1rem 0 4rem;
}

.text-info h1 {
  padding: 0.5rem 0;
}

header,
section {
  font-family: "Open Sans";
}

header a {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
}

header div {
  font-size: 0.9rem;
}

.authors {
  list-style: none;
  padding: 0;
  text-align: left;
}

.authors li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #bebebe;
  padding: 0.5rem 0;
}

.authors li > div > a {
  color: #686868;
  text-decoration: none;
  padding: 0 0.5rem;
}

header a,
header a:visited,
.authors li > a,
.authors li > a:visited {
  color: #333;
  text-decoration: none;
}

@media (max-width: 430px) {
  .container {
    width: 90dvw;
  }
}
