body {
  font-family: "Roboto Mono", monospace;
  min-height: 600px;
  background-image: url("");
  background-color: #bc6262;
  background-size: 80%;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.container {
  text-align: center;
  padding: 20px;
  height: 100vh;
}

.page-title {
  color: #000000;
  margin: 0 0 5px;
}

table {
  border: 2px solid rgb(0, 0, 0);
  border-collapse: collapse;
}

th,
tr,
td {
  border: solid 1px rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

colgroup col.success {
  background-color: #6e2f2f;
}