:root {
  --textColor: white;
  --backgroundColor: #111;
  --borderColor: white;
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img,
video {
  display: block;
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: left;
}

html {
  height: 100%;
  font-size: clamp(16px, 1.5vw, 20px);
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
select,
textarea {
  font-family: Pretendard, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

code,
pre {
  font-family: Courier, "Courier New", monospace;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
}

body {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
  font-size: 1rem;
  letter-spacing: .0125em;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
  color: var(--textColor);
  background-color: var(--backgroundColor);
  cursor: default;
}

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

.panel {
  position: sticky;
  z-index: 999;
  top: 0;
  padding: .5rem 1rem;
  font-size: .875rem;
  color: white;
  background-color: black;
}

.panel .container {
  display: flex;
  justify-content: space-between;
  border-bottom: .125rem solid var(--border-color);
}

.panel-nav {
  display: flex;
  gap: .5rem;
}

.preloader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--backgroundColor);
}

.preloader img {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 25svh;
  width: auto;
  max-height: 25svh;
  height: auto;
}

.header {
  position: relative;
  width: 100%;
  height: 100svh;
  padding: 1rem;
}

@media screen and (min-width: 900px) {
  .header {
    padding: 1rem 3rem;
  }
}

.header a {
  transition: color .25s;
}

.header a:hover {
  color: silver;
}

.header .container {
  position: sticky;
  top: 1rem;
  z-index: 999;
  color: white;
  mix-blend-mode: difference;
  text-align: center;
}

.header-title {
  font-weight: inherit;
  text-align: left;
}

.header-title span:first-child {
  display: none;
}

@media screen and (min-width: 600px) {
  .header-title {
    text-align: center;
  }

  .header-title span:first-child {
    display: block;
  }

  .header-title span:last-child {
    display: none;
  }
}

.header-nav {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 1em;
}

.header-logo {
  flex: 1 1 auto;
  position: relative;
  width: 100%;
  background-color: white;
}

.header-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 75%;
  width: auto;
  max-height: 75%;
  height: auto;
}

.main {
  position: relative;
  min-height: 100svh;
  
  color: var(--backgroundColor);
  background-color: var(--textColor);
}

.footer {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 100dvh;
  position: relative;
  padding: 1.5rem 1rem 1.5rem;
  font-size: .75rem;
  color: var(--textColor);
  background-color: var(--backgroundColor);
}

.footer-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: all;
  z-index: 1;
}

.footer-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  max-width: 25svh;
  width: auto;
  max-height: 25svh;
  height: auto;
  pointer-events: none;
}

.footer-copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9999;
  text-align: center;
  width: 100%;
}

.footer-copyright span:last-child {
  display: none;
}

.footer-copyright:hover span:first-child {
  display: none;
}

.footer-copyright:hover span:last-child {
  display: block;
}

.section {
  position: relative;
  min-height: 100svh;
  padding: 1rem 1rem 6rem;
}

@media screen and (min-width: 600px) {
  .section {
    padding: 1rem 3rem 6rem;
  }
}

.section-memories {
  min-height: auto;
  padding: 1rem 0 6rem;
  background-image: linear-gradient(to bottom, white, black, white);
}

.section-header {
  color: black;
  background-color: white;
  border-bottom: 1px solid black;
}

.section-header-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 0 1rem;
  text-align: center;
  background-color: white;
  
}

.section-header-mobile.is-hidden {
  top: -100%;
}

.section-header-mobile .container {
  padding: .5rem 0;
  border-bottom: 1px solid black;
}

.section .container {
  position: sticky;
  top: .5rem;
}

.block {
  position: relative;
  padding: 1rem;
}

.block:not(:last-child)  {
  border-bottom: 1px solid black;
}

.block > *:not(:last-child) {
  margin-bottom: 1rem;
}

.container {
  position: relative;
  max-width: 70rem;
  margin: 0 auto;
}

.search {
  position: relative;
  height: 3.5rem;
  overflow: hidden;
}

.search.is-hidden {
  display: none;
}

.search-form {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center; 
  width: 100%;
  height: 100%;
  padding: 1rem;
  margin: 0;
  font: inherit;
  line-height: inherit;
  text-align: center;
  color: white;
  background-color: black;
  border: 0;
  border-radius: 0;
  outline: 0;
}

.search-input::placeholder {
  color: darkgray;
}

.index {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: -.5px;
  background-color: black;
}

.index li {
  width: 50%;
  padding: .5px;
  transition: filter .25s;
}

.index li.is-4-4 {
  width: 100%;
}

.index li.is-2-4 {
  width: 100%;
}

@media screen and (min-width: 900px) {
  .index li {
    width: calc(100% / 2);
  }

  .index li.is-1-2 {
    width: 50%;
  }

  .index li.is-1-3 {
    width: calc(100% / 2);
  }

  .index li.is-2-4 {
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .index li {
    width: 25%;
  }
}

.index:hover li:not(:hover) {
  filter: grayscale(100%);
}

.list {
  position: relative;
  line-height: 1.625;
}

@media screen and (max-width: 599px) {
  .list {
    margin-left: 2rem;
  }
}

.list li:not(:last-child) {
  border-bottom: 1px solid currentColor;
}

.list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
  position: relative;
  padding: .5rem 0;
  transition: opacity .25s;
}

/* .list li a:hover,
.list li a[aria-current="page"] {
  opacity: .5;
} */

.list li a::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  opacity: .375;
  transition: opacity .25s;
  background-image: url(../images/logo-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.list li a:hover::before,
.list li a[aria-current="page"]::before {
  opacity: 1;
}

.list li a > div {
  flex: 1 1 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list li a > div:first-child {
  flex: 0 0 calc(100% / 2);
}

.list li a > div:last-child {
  text-align: right;
  font-variant-numeric: tabular-nums;
  flex: 0 0 auto;
}

@media screen and (max-width: 599px) {
  .list li a > div:first-child {
    flex: 1 1 auto;
  }

  .list li a > div:nth-child(2),
  .list li a > div:nth-child(3) {
    display: none;
  }
}

.pagination {
  padding: 1rem;
  border-top: 1px solid black;
}

.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.pagination a {
  opacity: .25;
}

.pagination a:hover,
.pagination a[aria-current="page"],
.pagination span {
  opacity: 1;
}

.card {
  position: relative;
}

.card-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.card-image.is-portrait {
  padding-top: 150%;
}

.card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.card-text {
  position: relative;
  height: 7rem;
  padding: 1rem;
  text-align: center;
  background-color: white;
  border-top: 1px solid black;
}

.card:hover .card-text {
  color: white;
  background-color: black;
}

.card-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  overflow: hidden;
  font-size: 1rem;
}

.card-date {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  overflow: hidden;
  color: white;
  background-color: black;
  opacity: 0;
}

.card:hover .card-date {
  opacity: 1;
}

.image {
  margin: 0 auto;
}

.columns {
  --gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: calc(var(--gap, 1rem) / 2 * -1);
}

.columns:last-child {
  margin-bottom: calc(var(--gap, 1rem) / 2 * -1);
}

.columns:not(:last-child) {
  margin-bottom: calc(var(--gap, 1rem) * 2);
  margin-bottom: 6rem;
}

.column {
  width: 100%;
  padding: calc(var(--gap, 1rem) / 2);
}

.column[class*="is"] {
  flex: none;
}

.column.is-1-12 {
  width: calc(100% / 12 * 1);
}
.column.is-2-12 {
  width: calc(100% / 12 * 2);
}
.column.is-3-12 {
  width: calc(100% / 12 * 3);
}
.column.is-4-12 {
  width: calc(100% / 12 * 4);
}
.column.is-5-12 {
  width: calc(100% / 12 * 5);
}
.column.is-6-12 {
  width: calc(100% / 12 * 6);
}
.column.is-7-12 {
  width: calc(100% / 12 * 7);
}
.column.is-8-12 {
  width: calc(100% / 12 * 8);
}
.column.is-9-12 {
  width: calc(100% / 12 * 9);
}
.column.is-10-12 {
  width: calc(100% / 12 * 10);
}
.column.is-11-12 {
  width: calc(100% / 12 * 11);
}
.column.is-12-12 {
  width: calc(100% / 12 * 12);
}

@media screen and (min-width: 600px) {
  .column {
    flex: 1 1 0;
  }

  .column.is-1-12-600 {
    width: calc(100% / 12 * 1);
  }
  .column.is-2-12-600 {
    width: calc(100% / 12 * 2);
  }
  .column.is-3-12-600 {
    width: calc(100% / 12 * 3);
  }
  .column.is-4-12-600 {
    width: calc(100% / 12 * 4);
  }
  .column.is-5-12-600 {
    width: calc(100% / 12 * 5);
  }
  .column.is-6-12-600 {
    width: calc(100% / 12 * 6);
  }
  .column.is-7-12-600 {
    width: calc(100% / 12 * 7);
  }
  .column.is-8-12-600 {
    width: calc(100% / 12 * 8);
  }
  .column.is-9-12-600 {
    width: calc(100% / 12 * 9);
  }
  .column.is-10-12-600 {
    width: calc(100% / 12 * 10);
  }
  .column.is-11-12-600 {
    width: calc(100% / 12 * 11);
  }
  .column.is-12-12-600 {
    width: calc(100% / 12 * 12);
  }

  .column-sticky {
    position: sticky;
    top: calc(var(--gap, 1rem));
  }
}

@media screen and (min-width: 900px) {
  .column.is-1-12-900 {
    width: calc(100% / 12 * 1);
  }
  .column.is-2-12-900 {
    width: calc(100% / 12 * 2);
  }
  .column.is-3-12-900 {
    width: calc(100% / 12 * 3);
  }
  .column.is-4-12-900 {
    width: calc(100% / 12 * 4);
  }
  .column.is-5-12-900 {
    width: calc(100% / 12 * 5);
  }
  .column.is-6-12-900 {
    width: calc(100% / 12 * 6);
  }
  .column.is-7-12-900 {
    width: calc(100% / 12 * 7);
  }
  .column.is-8-12-900 {
    width: calc(100% / 12 * 8);
  }
  .column.is-9-12-900 {
    width: calc(100% / 12 * 9);
  }
  .column.is-10-12-900 {
    width: calc(100% / 12 * 10);
  }
  .column.is-11-12-900 {
    width: calc(100% / 12 * 11);
  }
  .column.is-12-12-900 {
    width: calc(100% / 12 * 12);
  }
}

@media screen and (min-width: 1200px) {
  .column.is-1-12-1200 {
    width: calc(100% / 12 * 1);
  }
  .column.is-2-12-1200 {
    width: calc(100% / 12 * 2);
  }
  .column.is-3-12-1200 {
    width: calc(100% / 12 * 3);
  }
  .column.is-4-12-1200 {
    width: calc(100% / 12 * 4);
  }
  .column.is-5-12-1200 {
    width: calc(100% / 12 * 5);
  }
  .column.is-6-12-1200 {
    width: calc(100% / 12 * 6);
  }
  .column.is-7-12-1200 {
    width: calc(100% / 12 * 7);
  }
  .column.is-8-12-1200 {
    width: calc(100% / 12 * 8);
  }
  .column.is-9-12-1200 {
    width: calc(100% / 12 * 9);
  }
  .column.is-10-12-1200 {
    width: calc(100% / 12 * 10);
  }
  .column.is-11-12-1200 {
    width: calc(100% / 12 * 11);
  }
  .column.is-12-12-1200 {
    width: calc(100% / 12 * 12);
  }
}

@media screen and (min-width: 1500px) {
  .column.is-1-12-1500 {
    width: calc(100% / 12 * 1);
  }
  .column.is-2-12-1500 {
    width: calc(100% / 12 * 2);
  }
  .column.is-3-12-1500 {
    width: calc(100% / 12 * 3);
  }
  .column.is-4-12-1500 {
    width: calc(100% / 12 * 4);
  }
  .column.is-5-12-1500 {
    width: calc(100% / 12 * 5);
  }
  .column.is-6-12-1500 {
    width: calc(100% / 12 * 6);
  }
  .column.is-7-12-1500 {
    width: calc(100% / 12 * 7);
  }
  .column.is-8-12-1500 {
    width: calc(100% / 12 * 8);
  }
  .column.is-9-12-1500 {
    width: calc(100% / 12 * 9);
  }
  .column.is-10-12-1500 {
    width: calc(100% / 12 * 10);
  }
  .column.is-11-12-1500 {
    width: calc(100% / 12 * 11);
  }
  .column.is-12-12-1500 {
    width: calc(100% / 12 * 12);
  }
}

@media screen and (min-width: 1800px) {
  .column.is-1-12-1800 {
    width: calc(100% / 12 * 1);
  }
  .column.is-2-12-1800 {
    width: calc(100% / 12 * 2);
  }
  .column.is-3-12-1800 {
    width: calc(100% / 12 * 3);
  }
  .column.is-4-12-1800 {
    width: calc(100% / 12 * 4);
  }
  .column.is-5-12-1800 {
    width: calc(100% / 12 * 5);
  }
  .column.is-6-12-1800 {
    width: calc(100% / 12 * 6);
  }
  .column.is-7-12-1800 {
    width: calc(100% / 12 * 7);
  }
  .column.is-8-12-1800 {
    width: calc(100% / 12 * 8);
  }
  .column.is-9-12-1800 {
    width: calc(100% / 12 * 9);
  }
  .column.is-10-12-1800 {
    width: calc(100% / 12 * 10);
  }
  .column.is-11-12-1800 {
    width: calc(100% / 12 * 11);
  }
  .column.is-12-12-1800 {
    width: calc(100% / 12 * 12);
  }
}

.tags {
  display: flex;
  align-items: center;
  position: relativeheight: 3.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid black;
}

.tags::-webkit-scrollbar {
  display: none;
}

.tag {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 0;
  height: 100%;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  text-align: center;
}

.tag:not(:last-child) {
  border-right: 1px solid black;
}

.tag:hover,
.tag.is-active {
  background-color: gainsboro;
}

.title {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
}

.text {
  position: relative;
}

.text a:hover {
  color: darkgray;
}

.text li {
  padding-left: 1em;
  text-indent: -1em;
}

.text li a {
  display: block;
}

.iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content {
  --gap: 1rem;
  position: relative;
  font-size: 1rem;
  line-height: 1.625;
}

.content > *:not(:last-child) {
  margin-bottom: var(--gap);
}

.content h1,
.content h2,
.content h3 {
  font-weight: 700;
}

.content h1:not(:first-child) {
  padding-top: .25rem;
  margin-top: 2rem;
  font-size: 1em;
  border-top: 1px solid currentColor;
}

.content h3 {
  margin-bottom: 0 !important;
}

.content ul {
  margin-left: 1.5rem;
}

.content ul li {
  text-indent: -1.5rem;
}

.content.is-columns {
  columns: 2;
  column-gap: 1rem;
}

@media screen and (min-width: 600px) {
  .content.is-columns {
    columns: 6 20ch;
    column-gap: 1rem;
  }
}

.link-download {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  text-align: center;
  color: black;
  background-color: white;
  border: 1px solid black;
}

.link-download:hover {
  color: white;
  background-color: black;
}

.swiper-container {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper {
  width: 100%;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
}

.swiper-slide {
  width: 100%;
}

.swiper-slide.is-1-4 {
  width: calc(100% / 4);
}

.swiper-slide.is-2-4 {
  width: calc(100% / 4 * 2);
}

.swiper-slide.is-3-4 {
  width: calc(100% / 4 * 3);
}

.swiper-slide.is-4-4 {
  width: calc(100% / 4 * 4);
}

@media screen and (min-width: 600px) {
  .swiper-slide.is-1-4-600 {
    width: calc(100% / 4);
  }

  .swiper-slide.is-2-4-600 {
    width: calc(100% / 4 * 2);
  } 

  .swiper-slide.is-3-4-600 {
    width: calc(100% / 4 * 3);
  }

  .swiper-slide.is-4-4-600 {
    width: calc(100% / 4 * 4);
  }
}

@media screen and (min-width: 900px) {
  .swiper-slide.is-1-4-900 {
    width: calc(100% / 4);
  }

  .swiper-slide.is-2-4-900 {
    width: calc(100% / 4 * 2);
  }

  .swiper-slide.is-3-4-900 {
    width: calc(100% / 4 * 3);
  }

  .swiper-slide.is-4-4-900 {
    width: calc(100% / 4 * 4);
  }
}

@media screen and (min-width: 1200px) {
  .swiper-slide.is-1-4-1200 {
    width: calc(100% / 4);
  }

  .swiper-slide.is-2-4-1200 {
    width: calc(100% / 4 * 2);
  }

  .swiper-slide.is-3-4-1200 {
    width: calc(100% / 4 * 3);
  }

  .swiper-slide.is-4-4-1200 {
    width: calc(100% / 4 * 4);
  }
}

@media screen and (min-width: 1500px) {
  .swiper-slide.is-1-4-1500 {
    width: calc(100% / 4);
  }

  .swiper-slide.is-2-4-1500 {
    width: calc(100% / 4 * 2);
  }

  .swiper-slide.is-3-4-1500 {
    width: calc(100% / 4 * 3);
  }

  .swiper-slide.is-4-4-1500 {
    width: calc(100% / 4 * 4);
  }
}

@media screen and (min-width: 1800px) {
  .swiper-slide.is-1-4-1800 {
    width: calc(100% / 4);
  }

  .swiper-slide.is-2-4-1800 {
    width: calc(100% / 4 * 2);
  }

  .swiper-slide.is-3-4-1800 {
    width: calc(100% / 4 * 3);
  }

  .swiper-slide.is-4-4-1800 {
    width: calc(100% / 4 * 4);
  }
}

.is-loaded .swiper-slide {
  opacity: .25;
  transition: opacity .5s;
}

.is-loaded .swiper-slide .swiper-image {
  transform: scale(.75);
  transition: transform .5s;
}

.is-loaded .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.is-loaded .swiper-slide.swiper-slide-active .swiper-image {
  transform: scale(1);
}

.swiper-button-prev,
.swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 2rem;
  mix-blend-mode: difference;
  opacity: 0;
  transition: opacity .25s;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper:hover .swiper-button-prev,
.swiper:hover .swiper-button-next {
  opacity: 1;
}

.swiper:hover .swiper-button-prev:hover,
.swiper:hover .swiper-button-next:hover {
  opacity: 1;
}

.swiper-button-prev {
  left: 1rem;
}

.swiper-button-next {
  right: 1rem;
}

.swiper-image {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  padding: 0 1rem;
}

@media screen and (min-width: 1200px) {
  .swiper-image {
    padding: 0 .5rem;
  }
}

.swiper-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.swiper-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  opacity: 1;
  transition: opacity .25s;
}

.swiper-image-overlay img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.is-loaded .swiper-image-overlay {
  opacity: 0;
}

.button-download {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .25em;
  position: absolute;
  z-index: 999;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  padding: .5rem .75rem .5rem 1.25rem;
  text-align: center;
  white-space: nowrap;
  color: white;
  background-color: black;
  border: 1px solid gray;
  border-radius: 3em;
  transition: color .25s, background-color .25s, border-color .25s;
}

.button-download:hover {
  color: black;
  background-color: white;
  border-color: black;
}

.button-download i {
  font-size: 1.25rem;
  line-height: 1;
}

/* .button-canvas-reset {
  appearance: none;
  position: absolute;
  z-index: 9999;
  bottom: 1rem;
  right: 1rem;
  font-size: .75rem;
  font-weight: inherit;
  color: white;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  
  opacity: .5;
  transition: opacity .25s;
}

.button-canvas-reset:hover {
  opacity: 1;
} */

.canvas-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5em;
  position: absolute;
  z-index: 999;
  top: 1rem;
  right: 1rem;
  font-size: .75rem;
}

.button-canvas-reset,
.button-canvas-save {
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .125rem .5rem;
  font: inherit;
  font-weight: inherit;
  color: black;
  background-color: white;
  border: 0;
  border-radius: .25rem;
  cursor: pointer;
  opacity: .25;
  transition: opacity .25s;
}

.button-canvas-reset:hover,
.button-canvas-save:hover {
  opacity: 1;
}

.form {
  position: relative;
  width: 100%;
}

.field:not(:last-child) {
  margin-bottom: .5rem;
}

.input {
  display: block;
  width: 100%;
  padding: .5rem;
  font: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  border: 1px solid black;
  border-radius: .25rem;
}

.textarea {
  display: block;
  width: 100%;
  padding: .5rem;
  font: inherit;
  font-weight: inherit;
  background-color: transparent;
  border: 1px solid black;
  border-radius: .25rem;
  resize: none;
}

.button {
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .5rem;
  font: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  border: 1px solid black;
  border-radius: .25rem;
}

.memories {
  display: flex;
  flex-wrap: wrap;
}

.memory {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  width: 100%;
  padding: .5rem;
  font: inherit;
  font-weight: inherit;
  color: white;
  background-image: radial-gradient(white, transparent 50%);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

/* .box {
  padding: 6rem 1.5rem 1.5rem;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .5rem;
} */