@font-face {
  font-family: "AurulentSansMono";
  src: url('font/AurulentSansMono-Regular.otf');
}

html {
  height: 100%;
  background-color: black;
  font-family: "AurulentSansMono", serif;
}

body {
  background-image: url("images/logo-background4-tiny.png");
  min-height: 100%;
  color: white;
  margin: 0;
  display: flex;
  flex-direction: column;
}

p, a, span {
  font-size: 20px;
}

h1 {
  margin: 0;
}

#logo {
  margin: 1em 0;
  max-height: 12em;
  max-width: 55%;
}

#button-senses {
  flex: 1;
  display: grid;
  gap: 1em 6.5em;
  grid-template: 50px / repeat(auto-fill, 120px);
}

#button-senses > a {
  width: min-content;
}

.chain {
  background-image: url("images/chain.png");
  height: 13px;
  margin: 2em 0;
}

.bolt-divider {
  width: 40em;
  max-width: 80%;
}

.bolt-divider2 {
  width: 30em;
  max-width: 70%;
}

.vert-center {
  display: flex;
  gap: 0.5em;
  align-items: center;
}

.centered-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.left-content {
  margin: 0 5% 0 auto;
  padding: 0 2em;
  width: 85%;
}

#senses .icon {
  height: 50px;
}

#senses {
  gap: 2em;
  flex-wrap: wrap;
}

#footer {
  display: flex;
  justify-content: center;
  gap: 1em;
  background-color: rgb(0, 0, 0, 0.6);
  padding: 2em;
  flex-wrap: wrap;
  margin-top: auto;
}

a:link, a:visited {
  color: gainsboro;
}

#people-grid {
  margin: 2em;
  display: grid;
  grid-template: 250px / repeat(auto-fill, 250px);
  gap: 5em;
  text-align: center;
}

.person-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 5px solid white;
  box-shadow: 0 0 10px white;
  width: 200px;
  height: 200px;
  padding: 1em;
  background-color: rgb(0, 0, 0, 0.6);
}

.person-box > img {
  flex: 1;
  margin-bottom: 0.5em;
  min-height: 0px;
}
