html {
  overflow: -moz-scrollbars-vertical;
}

body {
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #3c3d3f;
  text-align: left;
  max-width: 800px;
  margin: auto;
}

header {
  display: flex;
  margin-top: 36px;
  height: 64px;
  justify-content: flex-end;
}

header #title {
  color: black;
  text-decoration: none;
  margin: 0px;
  width: 100%;
  font-size: 48px;
}

.header-btn {
  text-decoration: none;
  font-size: 16px;
  margin-left: 5px;
  margin-right: 5px;
}

footer {
  margin-top: 20px;
  text-align: center;
}

.hidden {
  visibility: hidden;
}

#error-box {
  color: red;
  visibility: hidden;
}

#error-box::before {
  content: "Error: ";
}
