body > *,
p {
    font-size: 1.2rem;
    line-height: 1.6rem;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid var(--outline);
  padding: 8px;
  background-color: var(--surface-container-low);
}

article {
    margin: 12px 0px;
}

h1.title {
    margin-bottom: 0px;
}

main {
    margin: 0px 8px;
}

.floating {
    position: fixed;
    bottom: 12%;
    left: 85%;
}
