header {
  border-bottom: 1px solid;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

body {
  font-family: "Public Sans Web", sans-serif;
  transition: background-color 0.7s ease;
  /*display: table-cell;*/
  /*vertical-align: middle;*/
}

/*html {*/
/*  display: table;*/
/*  margin: auto;*/
/*  width: 75%;*/
/*}*/

.light-theme {
  background-color: #ffffff;
  color: #000000;
}

.dark-theme {
  background-color: #121212;
  background-image: url('/bedrock-dark.png');
  color: #ffffff;
}

a {
  color: #3AAEF2;
}

.scrollbox {
/*  width: 50%;*/
  width: min(100%, 700px);
  height: 25%;
  overflow: auto;
  border: 1px solid;
  text-align: left;
}
