body,
html {
  margin: 0;
  padding: 0;
  font-family: "robotoregular", sans-serif;
  scroll-behavior: smooth;
  color: #333;
  overflow-x: hidden;
}

li {
  list-style: none;
}

ul {
  padding-left: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #1c0e3f;
  text-decoration: underline;
}

.darkmode {
  background-color: #1b1b1b !important;
  color: #fff !important;
}

.backToTop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  background-color: grey;
  border-radius: 50%;
}

.backToTop a {
  color: black;
  display: block;
  margin: auto;
}

button:hover {
  cursor: pointer;
}

table {
  border: 1px solid #333;
  text-align: center;
  border-collapse: collapse;
  margin: 10px;
}

table td,
table th {
  border: 1px solid #aaaaaa;
  padding: 3px 2px;
  min-width: 100px;
}

table tbody td {
  font-size: 13px;
}

table tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.1);
}

table thead {
  background: #1c0e3f;
}

table thead th {
  font-size: 15px;
  font-weight: normal;
  color: #ffffff;
}

.button {
  margin: 0 0 10px 10px;
}

.h2user {
  margin-left: 10px;
}

/*# sourceMappingURL=style.css.map */
