@charset "UTF-8";
html {
  min-height: 100%;
}

body {
  margin: 0;
}

body {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: auto;
  background: linear-gradient(to bottom right, #444444, #009a5b);
  font-size: 1rem;
}

main {
  color: #fff6d5;
  font-family: sans-serif;
  text-align: center;
}

.logo {
  height: 20em;
}

.heart:after {
  content: "❤️";
  font-size: 1.75em;
}

h1 + .subtitle {
  display: block;
  margin-top: -1em;
}

.plot-container {
  width: 100%;
  height: 100%;
}

th.user-select-none > span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

th.user-select-none i.fa-solid {
  margin-left: 0.35rem;
}
