body,
html,
h1,
h2,
h3,
h4,
h5,
p {
margin: 0;
padding: 0;
}
body {
background-color: var(--color-body-bg);
html {
scroll-behavior: smooth;
figure {
a {
text-decoration: none;
color: inherit;
a:visited {
ul {
padding-left: 0;
li {
list-style: none;
img {
width: 100%;
height: 100%;
picture {
display: block;
button {
all: unset;
cursor: pointer;
button[disabled] {
cursor: not-allowed;
opacity: 0.3;