html {
  border: 1em solid #2c2c2f;
}

html,
body {
  background-image: url("background.png");
  background-size: cover;

  color: white;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Courier New", monospace;
}

.header {
  font-size: 1.2em;
  margin-bottom: 10%;
}
.main {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.table {
  margin-bottom: 3%;
}

#links {
  width: 100%;
  font-size: 0.85em;
  text-align: center;
}

#sign-in {
  width: 28%;
  border: 0.3em solid grey;
  text-align: center;
  color: white;
  font-family: "Courier New", monospace;
  font-size: 20%;
  padding-top: 1.2%;
  padding-bottom: 1.2%;
  background-color: transparent;
  margin-bottom: 3%;
}

#disclaimer {
  width: 80%;
  font-size: 60%;
  text-align: center;
  overflow-wrap: normal;
}
