* {
	margin: 0;
	box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word;
}

p {
	text-wrap: pretty;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	text-wrap: balance;
}

body {
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	background-color: black;
	color: white;
	height: 100vh;
	height: 100svh;
}

.container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

.fuck-putin {
	font-size: 10vw;
	width: fit-content;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

footer {
	width: fit-content;
	margin: auto;
	padding: 12px;
	font-family: Iowan Old Style, Apple Garamond, Baskerville, Times New Roman,
		Droid Serif, Source Serif Pro, serif;
}

.quote-source {
	text-align: right;
}
