@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600&family=JetBrains+Mono:wght@200&display=swap');

body {
  font-family: 'Baloo 2';
  background-color: #eee;
  padding: 10px 10% 10px 10%;
}

a, a:visited {
  color: #333;
}

a:active, a:hover {
  color: orange;
}

textarea {
  font-family: 'JetBrains Mono';
  padding: 5px;
  line-height: 1.5em;
  width: 80%;
  border: 1px solid #444;
}

select {
  font-family: 'Baloo 2', sans-serif;
  font-size: 15px;
  width: 80%;
  border: 1px solid #444;
  padding: 5px;

}

header {
  position: relative;
  font-size: 56px;
  text-align: left;
  padding: 70px 0px 30px 0px;
  left: -10px;
  color: #444;
}

.highlight {
  color: orange;
  font-variant: small-caps;
}

header img {
  vertical-align: sub;
  display: inline;
}

article {
  border: 1px solid #444;
  padding: 10px;
}

section.half {
  width: 50%;
  float: left;
}

section.full {
  width: 100%;
  clear: both;
  padding-top: 50px;
}

section h2 {
  font-size: 32px;
  font-weight: normal;
  text-align: left;
}

.cli {
  background-color: black;
  color: #adfc03;
  font-family: 'JetBrains Mono', monospace;
  padding: 10px;
  font-size: 13px;
}

footer {
  clear: both;
  width: 100%;
}

footer .links {
  float:right;
  margin-top: 100px;
}