@font-face {
  font-family: "Nihonium113";
  src:
    url("../fonts/Nihonium113.woff2") format("woff2"),
    url("../fonts/Nihonium113.woff") format("woff"),
    url("../fonts/nihonium113.regular.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: "Nihonium113";
}

body {
  background-color: black;
  color: white;
}

.main-container {
  width: 800px;
  margin: auto;
  min-height: 100vh;
}

.header-filler {
  height: 200px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23dc143c' fill-opacity='0.26' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

header {
  font-size: 2rem;
  color: crimson;
  margin-bottom: 2rem;
  width: 100%;
}

.site-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
}

.site-head .subtitle {
  color: white;
  font-style: italic;
  font-size: 1rem;
  margin-bottom: 8px;
}

.card {
  position: relative;
  border: 1px solid crimson;
  box-shadow: inset 0px -5px 25px rgba(220, 20, 60, 0.3);
  padding: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23dc143c' fill-opacity='0.13' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.card p {
  margin: 0;
}

.card.main {
  margin-bottom: 16px;
}

.card .title {
  display: inline-block;
  position: relative;
  top: -16px;
  left: -16px;
  padding: 4px 8px;
  background-color: crimson;
  font-size: 1.5rem;
  color: black;
}

.card .title>*::before {
  content: "KFM://";
  color: rgba(0, 0, 0, 0.5);
}

.layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  height: 800px;
  gap: 16px;
}
