header {
	margin: 0;
	padding: 20px;
	letter-spacing: 1.25px;
}
body {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}
footer {
	margin: 0px;
	padding: 40px;

	letter-spacing: 1.5px;
}
html {
	scroll-behavior: smooth;
	font-family: 'Georgia';
	letter-spacing: 2px;
}
header a {
	margin-right: 10px;
	margin-left: 15px;
	transition: transform 0.2s ease;
	display: inline-block;
}
a {
	text-decoration: none;
	border-bottom: 1px solid #8b5a2b;
}
header a:hover {
	transform: translateY(2px);
}
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

main {
	flex: 1;
}
.theme-switch {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.theme-switch:hover {
	transform: scale(1.05);
}
/* .*/

img,
svg,
video,
iframe {
	max-width: 100%;
	height: auto;
}

.container,
main > div,
main > section {
	max-width: 100%;
	overflow-x: hidden;
}
