html, body {
  margin: 0;
  padding: 0;
}
body {
  background: #101010 url(michael-dziedzic--JePmjpp3uQ-unsplash-edited-resize.jpg);
  background-position: center;
  background-size: cover;
  font-family: system-ui, sans-serif;
  line-height: 1.5em;
  color: #cbd5e1;
}
div.outer {
  background: rgba(58, 70, 86, 0.5);
  backdrop-filter: blur(4px);
  border-top: 0;
  border-right: 1px;
  border-bottom: 0;
  border-left: 1px;
  border-style: solid;
  border-color: rgb(58, 70, 86);
  display: table;
  margin: 0 auto;
  width: min(95vw, 130ex);
  min-height: 100vh;
}
main {
  margin: 8vh auto;
  width: min(80vw, 90ex);
}
h1 {
  display: none;
}
h1, h2 {
  text-align: center;
}
a {
  color: #60a5fa;
  text-decoration: underline;
  text-decoration-color: #60a5fa;
  transition: text-decoration-color 0.3s;
}
a:hover, a:active, a:focus {
  text-decoration-color: transparent;
}
a.logo {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border: 0;
  text-decoration: none;
}
img.logo {
  width: 120px;
  height: 120px;
}
div.big-button-container {
  text-align: center;
}
a.big-button-link {
  display: inline-grid;
  margin: 0.25em 0.5em;
  color: #60a5fa;
  text-decoration: none;
}
div.big-button-inner {
  border: 3px solid #60a5fa;
  border-radius: 7px;
  background: #020367;
  display: inline-block;
  padding: 0.8em 1.1em;
  text-transform: uppercase;
  font-size: 1.1em;
}
div.big-button-inner::first-letter {
  font-size: 1.3em;
}
