@font-face { /* latin */
	font-family: 'Fredoka';
	font-style: normal;
	font-weight: 300 700;
	font-stretch: 100%;
	font-display: block;
	ascent-override: 85%;
	src: url(media/fredoka-latin.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face { /* latin-ext */
	font-family: 'Fredoka';
	font-style: normal;
	font-weight: 300 700;
	font-stretch: 100%;
	font-display: block;
	ascent-override: 85%;
	src: url(media/fredoka-latin-ext.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

body {
	font-family: "Fredoka", Arial, "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	-webkit-text-size-adjust: none;
	background: #A05655 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='75' height='75' xml:space='preserve'%3E%3Ccircle fill='%23914646' cx='37.5' r='10'/%3E%3Ccircle fill='%23914646' cy='37.5' r='10'/%3E%3Ccircle fill='%23914646' cx='37.5' cy='75' r='10'/%3E%3Ccircle fill='%23914646' cx='75' cy='37.5' r='10'/%3E%3C/svg%3E");
	color: #89221B;
	overflow-y: scroll;
}

::selection {
	background: #B4685D;
	color: #FDF1DB;
}

a {
	color: #EA5688;
	text-underline-offset: 3px;
	text-decoration-thickness: 2px;
	text-decoration-style: dotted;
}

header {
	font-size: 0;
	-webkit-user-select: none;
	user-select: none;
	text-align: center;
	margin: 15px 0;
}

header a {
	background: url(media/hifumi-neo.svg) no-repeat;
	background-size: 100%;
	display: inline-block;
	height: 65px;
	width: 270px;
	vertical-align: text-bottom;
}

p {
	margin: 10px;
}

ul {
	margin: 10px;
	padding-left: 17px;
}

.boxy {
	background: #FDF1DB;
	overflow: auto;
	border-radius: 15px;
	border: solid 4px #EF6996;
	box-shadow: 0 3px 10px 4px #0001;
}

.homepage main {
	margin: 0 auto;
	max-width: 1200px;
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.sidepage {
	padding: 0 10px;
	margin: 0 auto;
	max-width: 900px;
}

.blocky {
	flex: 1;
}

.boxytitle {
	padding: 10px;
	background: #FE9DBC;
	color: #681711;
	font-weight: 600;
	margin: 0;
}

h1.boxytitle, h2.boxytitle {
	padding-top: 12px;
	font-size: 1.5em;
	line-height: 1.15em;
}

.uno {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

.boxycontent {
	font-size: 1.1em;
	line-height: 1.43em;
}

.boxycontent h2 {
	margin: 13px 10px;
	font-weight: 600;
}

.socialz {
	padding: 7px 10px 12px 10px;
	text-align: center;
	column-count: 2;
	gap: 5px;
}

.homenav {
	background: #FE9DBC;
	display: flex;
	flex-direction: column;
	row-gap: 5px;
	padding: 0 5px 5px 5px;
}

.homelink {
	padding: 5px;
	background: #FDF1DB;
	border-radius: 5px;
	text-decoration: none;
	display: flex;
	align-items: center;
	column-gap: 6px;
}

.icon {
	height: 2.55em;
	width: 2.55em;
	vertical-align: middle;
	border-radius: 4px;
}

.buttoncollection {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	padding: 10px;
}

.button {
	height: 31px;
	width: 88px;
	vertical-align: middle;
}

.bloglinks .boxycontent h2 {
	margin: 7px 10px 0 10px;
	font-size: 1.2em;
	line-height: 1.35em;
}

.bloglinks article {
	overflow: auto;
}

.bloglinks article:nth-child(even) {
	background: #FCDBDD;
}

.boxytitle time {
	font-size: 0.95em;
	padding: 2px 5px;
	background: #EF6996;
	border-radius: 4px;
}

.blogimage, .framed {
	margin: 10px;
}

.blogimage img, .framed iframe {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	border-radius: 15px;
}

.squaregallery {
	margin: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 10px;
}

.squaregallery .item {
	text-align: center;
}

.squaregallery .item img {
	height: 280px;
	width: 280px;
	border-radius: 10px;
}

footer {
	margin: 10px 0;
	text-align: center;
	color: #FDF1DB;
}

footer p a {
	color: #FFBFD3;
}

.backbutton a {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 20px;
	border: solid 2px #EF6996;
	margin-bottom: 6px;
	background: #681711;
	text-decoration: none;
	color: #FDF1DB;
}

@media only screen and (max-width: 950px) {
	body {
		font-size: 0.92em;
	}

	header a {
		height: 58px;
		width: 240px;
	}

	.homepage main {
		flex-direction: column;
	}

	.blocky {			
		width: 100%;
		box-sizing: border-box;
	}
}