html,
body,
main,
textarea,
button,
p,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
div,
input,
label {
  font-family: sans-serif;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

textarea,
button,
p,
span,
strong:not(h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong),
ol,
ul,
li,
table,
th,
td,
tr,
a,
input,
label {
  font-size: 13.3333px;
}

p {
  margin-block-start: auto;
  margin-block-end: auto;
}
