@charset "utf-8";

* {
  box-sizing: border-box;
}

body {
  max-width: 800px;
  margin: auto;
  padding: 10px;
  background-color: #16121b;
}

.main {
  font-family: "Noto Sans Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #71a5c4;
}

.header-github { 
  margin: auto;
  max-width: 90%;
  color: white;
  font-size: 16px;
  display: flex;
  align-items: center;
  background-color: rgb(94, 78, 110);
  padding: 4px 8px;
  border-radius: 8px;
  width: fit-content;
}

.header-github pre {
  white-space: pre-wrap;
  word-break: break-all;
}

.body-github { 
  max-width: 90%;
  color: white;
  font-size: 16px;
  display: flex;
  align-items: center;
  background-color: rgb(94, 78, 110);
  padding: 4px 8px;
  border-radius: 8px;
  width: fit-content;
}

.body-github pre {
  white-space: pre-wrap;
  word-break: break-all;
}

blockquote {
  font-size: 11pt;
  color: #9c93a7;
}

code.plang {
  background-color: rgb(24, 95, 40);
  padding: 3px;
  border-radius: 3px;
}

h1, h2, h3 { 
  font-family: "Noto Sans Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #81caa0;
}

h1.title {
  margin: auto;
  text-align: center;
  font-size: 26pt;
  max-width: 40%;
}

h2.article {
  font-size: 18pt;
  margin-top: 25px;
  max-width: 90%;
}

h3.subtitle {
  margin: auto;
  text-align: center;
  font-size: 12pt;
  margin-bottom: 15px;
  max-width: 40%;
}

h3.projects {
  margin-top: 20px;
}

h3.article {
  font-size: 16px;
  margin-top: 15px;
  max-width: 90%;
}

a:link, a:visited {
  color: #bfb8c7;
  text-decoration: underline;
}

a:hover, a:active {
  color: #bfb8c7;
  text-decoration: none;
}

footer {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding: 5px;
  max-width: 90%;
  font-size: 11pt;
  text-align: center;
  border-top: solid 1px;
  border-color: #81caa0;
}