body {
  font-family: "Amaranth";
  color: white;
}

.title {
  font-size: xxx-large;
}

.subheading {
  font-size: xx-large;
}

p {
  font-size: x-large;
}

.left {
  display: inline;
  float: left;
}

.right {
  float: right;
}

div {
  display: inline;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 4000, "GRAD" 0, "opsz" 90;

  font-size: 36px;
  color: rgba(0, 0, 0, 0.475);
}

.material-symbols-outlined:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.475);
}

.robot {
  background-color: white !important;
  color: black !important;
  font-size: 36px;
}

h3.section-title,
.section-title {
  font-size: medium;
  color: rgb(73, 73, 73) !important;
}

#submit-link {
  font-size: x-large;
}
nav {
  color: black;
}

tbody {
  background-color: lightgray;
}

ul.nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li.nav {
  float: left;
}

li.nav a.nav {
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li.nav a.nav:hover:not(.active) {
  background-color: rgba(17, 17, 17, 0.255);
}

.active.nav {
  background-color: rgb(255, 245, 139);
  color: black !important;
}

div.links {
  display: inline;
}

a.round {
  text-decoration: none;
  display: inline-block;
  padding-left: 8px;
  font-size: 32px;
  width: 32px;
  height: 40px;
}

a.round:hover {
  color: #ddd;
}

.previous {
  color: #f1f1f1;
}

.round {
  border-radius: 50%;
}
