@import url("https://iosevka-webfonts.github.io/iosevka-fixed/iosevka-fixed.css");
@import url("https://fonts.googleapis.com/css2?family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");

body {
  margin-top: 3rem;
  margin-bottom: 3rem;
  background: linear-gradient(180deg, #000 0%, #333 100%);
  background-size: 100vw 100vh;
  background-attachment: fixed;
  color: #00f900;
  font-family: "Archivo", sans-serif;
  font-size: calc(min(5vw, 18pt));
  line-height: 1.3;
}

img {
  height: calc(min(5vw, 18pt));
  max-width: 100%;
  vertical-align: text-top;
}

h1 {
  font-size: 200%;
  font-weight: bold;
  padding: 0.25rem;
  color: #fff;
  margin-left: 2rem;
  font-family: "Archivo Narrow", sans-serif;
}

b,
strong,
i,
em,
cite,
tt,
code,
img,
span {
  display: inline;
}

ul,
ol {
  margin-top: 0.25rem;
  margin-bottom: 0.1rem;
  margin-left: 1rem;
}

li {
  display: inline;
}

ul.just_info {
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
  flex-wrap: wrap;
}

ul.just_info li {
  display: flex;
}

ul.links li a {
  display: list-item;
  padding: 0.5rem;
  background: black;
  border-width: 3px;
  border-style: solid;
  border-color: white;
  margin: 1rem;
}

ul.links li a:hover {
  display: list-item;
  border-color: #0f0;
  background: #333;
  margin: 1rem;
  color: #fff;
  cursor: pointer;
}

ul.just_info li {
  background: #444;
  color: #fff;
  font-size: 80%;
  margin: 2px;
  padding: 5px;
}

ul.links li:hover a {
  color: #fff;
}

ul {
  list-style: none;
}

a:link {
  color: #0f0;
  text-decoration: none;
}

a:visited {
  color: #0f0;
  text-decoration: none;
}

a:active {
  color: #ff0;
  text-decoration: none;
}

a:link img {
  border: none;
}

a:visited img {
  border: none;
}

a:active img {
  border: none;
}

address {
  color: #000000;
  border: thin solid #333333;
  padding: 0.0125em;
}

table {
  border-collapse: collapse;
}

table,
td,
th {
  border: none;
  padding-right: 12px;
  padding-left: 2px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: right;
}

#email,
code,
tt,
.mono {
  font-family: "Iosevka Fixed Web", monospace;
}

.reveal {
  margin-left: 0.75rem;
  visibility: hidden;
  max-width: 60vw;
}

ul.links li:hover .reveal {
  visibility: visible;
  color: #c2c2c2;
  max-width: 60vw;
}

ul.minor {
  font-size: 80%;
  border-width: 2px;
  padding: 0.25rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
