body {
	background-image: url("bg.jpg");
	background-position: -400px 0;
}

#my-links {
	margin: auto;
	text-align: center;
	font-size: 1rem;
}

.content {
	margin: auto;
	width: 98%;
	max-width: 700px;

	h1, h2, h3 {
		text-align: center;
		text-decoration: underline;
	}

	h1 {
		margin-top: 5rem;
	}

	h2 {
		margin-top: 3rem;
		font-size: 4rem;
	}

	h3 {
		margin-top: 2rem;
		font-size: 3rem;
	}

	.warning {
		color: #ea2c32;
		text-shadow: 0 0.07em #4f1a20;
	}
}

.site-container {

	.header {
		width: fit-content;
		padding: 6px;
		font-size: 2.0625rem;
		display: flex;
		align-items: center;
		gap: 0.4rem;
		border: solid transparent 6px;
		line-height: 1.15;

		img { /* favicon */
			width: 32px;
			height: 32px;
		}

		.button {
			width: 88px;
			height: 33px;
		}

		.button-jp {
			width: 200px;
			height: 40px;
		}

	}
	.header:hover {
		color: var(--color-accent);
		border: solid var(--color-accent) 6px;
	}
	.header::before {
		width: 0;
	}

	.details {
		width: 90%;
		margin: auto;
		font-size: 1.25rem;
	}

}

#webrings {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;

	a {
		font-size: 1.2rem;
	}
}
