@import "reset.css";

body {
	padding: 5vw;
	padding-top: 10vw;
	display: flex;
	justify-content: center;
	font-family: 'Times New Roman', Times, serif;
}

main {
	max-width: min(50ch, 100%);
	width: 100%;
}

blockquote {
	margin: 0;
	color: #606060;
}

a.song {
	text-decoration: none;
	color: #909090;
	border: #dadada 1px solid;
	display: block;
	width: 2ch;
	height: 2ch;
	padding: .05rem .1rem .15rem .1rem;
	text-align: center;
}

h1,
h2,
h3 {
	font-size: 1rem;
	font-weight: normal;
	color: #606060;
}

h2 {
	margin-top: 4rem;
	margin-left: -1rem;
	font-style: italic;
}

figure {
	margin: 0;
	margin-bottom: .5rem;
}

figcaption {
	font-size: 0.8rem;
	font-style: italic;
	color: #707070;
	margin-bottom: .75rem;
	text-wrap: nowrap;
	font-family: 'Times New Roman', Times, serif;
}

img {
	border: rgba(0, 0, 0, 0.1) solid 1px;
	margin-bottom: .25rem;
	width: 100%;
	height: auto;
}

ul {
	list-style-position: outside;
	padding-left: .5rem;
	list-style-type: none;
}

ul>li {
	text-indent: -5px;
}

ul>li:before {
	content: "–";
	margin-right: .5rem;
}

/* sharings */

figure {
	margin-top: 2rem;
}

.sharings-wrapper figcaption {
	margin-top: .2rem;
	margin-bottom: .2rem;
}

p:has(+ figure) {
	margin-bottom: 3rem;
}

figure+p {
	margin-top: 3rem;
}

h3,
.sharings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .82rem;
}

.sharings {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	background-color: #f1f2f3;
	padding: .5rem;
	align-items: center;
}

.from-sappy,
.from-kiki {
	width: fit-content;
	padding: 0.25em 1em;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: white;
	max-width: 80%;
}

.from-kiki {
	align-self: end;
}

.from-sappy {
	align-self: start;
}

/* gallery */
.gallery {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.5rem;
	margin: 0 auto;
}

.gallery img {
	flex: 1 1 0;
	min-width: 0;
	margin: 0;
}

.gallery img {
	width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
	max-height: 20rem;
}

img.signature {
	border: none;
	max-width: 15rem;
	display: block;
}

#closing {
	margin-top: 8rem;
}
