@import url('https://fonts.googleapis.com/css2?family=Anonymous+Pro:wght@400;700&display=swap');

html {
  font-family: 'Anonymous Pro', monospace;
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background-color: #343434;
  margin: 0;
  padding: 0;
  min-width: 422px;
  height: 100%;
}

h1,
h2,
p {
  font-family: 'Anonymous Pro', monospace;
  color: #ebd9bb;
  margin: 0;
}

.grid-item-left h1,
.grid-item-left h2,
.grid-item-left p {
  color: #786f63;
}

p {
  font-size: 0.8em;
  margin-bottom: 10px;
}

h1 {
  font-weight: bold;
  font-size: 1.4em;
}

h2 {
  font-weight: bold;
  font-size: 0.8em
}

h1 a:link,
h1 a:visited,
h1 a:active,
h1 a:hover,
h2 a:link,
h2 a:visited,
h2 a:active,
h2 a:hover {
  color: #ebd9bb;
}

a:link,
a:visited,
a:active,
a:hover {
  color: #786f63;
  text-decoration: underline dotted;
}

a:hover {
  color: #786f63;
  text-decoration: underline;
}

.obf {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.obfdn {
  display: none;
}

#wrapper {
  min-width: 422px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#content {
  max-width: 422px;
}

.grid {
  display: grid;
  grid-gap: 0;
  grid-template-columns: auto auto;
  margin: 0;
  padding: 0;
}

.grid-item-left {
  text-align: right;
  border-right: 1px solid #514e4e;
  padding-right: 10px;
  padding-bottom: 50px;
  width: 200px;
}

.grid-item-right {
  text-align: left;
  padding-left: 10px;
  padding-bottom: 50px;
  width: 200px;
}