@font-face {
	font-family: "Redacted";
	src: url("RedactedScript-Regular.ttf") format("truetype");
}

html {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.5;
	box-sizing: border-box;
	margin: 0;
	padding: 0;

	max-width: 600px;
}

body {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1rem;
}

header {
	border: 1px solid #000;
	padding: 1rem;
}

nav {
	display: flex;
	justify-content: space-between;
	gap: 1rem;

	a {
		text-decoration: none;
		color: #000;
		border: 1px solid #000;
		padding: 0.5rem;
		width: 100%;
	}

	a:hover {
		text-decoration: underline;
	}
}
.censor {
    font-family: "Redacted";
    color: #000;
}

thislittlebitiaddedjustforfun {
	padding: 1rem;
	border: 1px solid #000;
	display: flex;
	gap: 1rem;

	img {
		width: 88px;
		height: 31px;
	}
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

main {
	padding: 1rem;
	border: 1px solid #000;

	p {
		margin-bottom: 1rem;
	}

	p:last-child {
		margin-bottom: 0;
	}
}

footer {
	font-size: small;
	border: 1px solid #000;
	padding: 1rem;
}

/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* 2. Remove default margin */
* {
	margin: 0;
}

body {
	/* 3. Add accessible line-height */
	line-height: 1.5;
	/* 4. Improve text rendering */
	-webkit-font-smoothing: antialiased;
}

/* 5. Improve media defaults */
img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}

/* 6. Inherit fonts for form controls */
input,
button,
textarea,
select {
	font: inherit;
}

/* 7. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word;
}

/* 8. Improve line wrapping */
p {
	text-wrap: pretty;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	text-wrap: balance;
}

/*
    9. Create a root stacking context
  */
#root,
#__next {
	isolation: isolate;
}
