.logo {
	height: auto;
	width: 150px;
	vertical-align: middle;
	margin-right: 25px;
}

.photo {
	display: block;
	margin: 20px auto;
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

.socials {
	gap: 12px;
	margin: 6px 18px 18px;
	font-size: 20px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
	--gap: 20px;
	--right-w: 22rem;
	--header-h: 120px;
	--footer-h: 110px;
	--center-max: 1200px;

}

html {
	height: 100%;
}

body {
	position: relative;
	margin: 0;
	min-height: 100%;
	color: #143a56;
	line-height: 1.55;
	font-size: 16px;
}

header {
	align-items: center;
	background-color: #E0F7FA;
	padding: 35px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 0 0 30px 30px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	min-width: 1100px;
}

header nav {
	display: inline-block;
	vertical-align: middle;
}

header h1 {
	margin: 0;
	font-size: 20px;
	color: #003366;
}

header ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	display: inline-block;
}

header ul li {
	display: inline;
	margin-right: 20px;
}

header ul li a {
	text-decoration: none;
	font-size: clamp(12px, 1.6vw, 24px);
	color: #003366;
	font-weight: bold;
}

header ul li a:hover {
	color: #0088cc;
}


main {
	padding: 20px;
	padding-bottom: 110px;
}

.main-layout {
	gap: 20px;
	align-items: start;
	min-width: 1100px;
	margin-inline: auto;

}

.left {
	display: block;
	margin: 0 1%;
	background: #ebedf7;
	padding: 16px 18px 18px;
	border-radius: 25px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
	min-height: 100%;
	word-break: break-all;
}

.left h2 {
	margin: 0 0 10px;
	text-align: center;
	font-size: 20px;
	color: #0a3557;
}

.left .intro {
	margin: 0 0 8px;
	font-weight: 600;
}

.left .facts {
	margin: 0 0 12px 1.25rem;
	padding: 0;
	list-style: disc;
}

.left .facts li {
	margin: 6px 0;
}

.center {
	display: block;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 25px;
	min-height: 825px;
	word-break: break-all;
}

.down {
	width: 70%;
	background: #fff8e6;
	border: 1px solid #ffd59f;
	border-left: 4px solid #ffa726;
}

.center h2 {
	margin: 0 0 10px;
	text-align: center;
	font-size: 30px;
	color: #0a3557;
}

.center p {
	margin: 0 0 12px;
	font-size: 18px;
	text-align: justify;
}

.center li {
	margin: 0 20px 3px;
}

.lc-top {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	border-spacing: var(--gap) 0;
	min-height: calc(100vh - var(--header-h) - var(--footer-h));
}


.lc-top>.left,
.lc-top>.center,
.lc-top>.right {
	display: table-cell;
	vertical-align: top;
}

.lc-top>.left {
	width: 25rem;
	padding: 10px;
}

.lc-top>.right {
	width: var(--right-w);
	padding: 16px 18px;
}

.lc-top>.center {
	width: auto;
	padding: 0 10px;
}

.center img.photo {
	display: block;
	width: 100%;
	height: auto;
}

.lc {
	height: 100%;
	margin-right: calc(var(--right-w) + var(--gap));
}

.row {
	position: relative;
	min-height: calc(100vh - var(--header-h) - var(--footer-h));
}

.right {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 380px;
	width: var(--right-w);
	margin: 0;
	background: #ebedf7;
	padding: 16px 18px;
	border-radius: 25px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
	min-height: 99%;
	height: auto;
	word-break: break-all;
}

.center>* {
	max-width: var(--center-max) !important;

}


.lc-top {
	table-layout: auto;
}

.right h2 {
	margin: 0 0 10px;
	text-align: center;
	font-size: 20px;
	color: #0a3557;
}

.right .intro {
	margin: 0 0 8px;
	font-weight: 600;
}

.right .habits {
	margin: 0 0 12px 1.25rem;
	padding: 0;
}

.right .habits li {
	margin: 6px 0;
}

.down {
	display: block;
	margin: 20px 25%;
	background: #fff8e6;
	border: 1px solid #ffd59f;
	border-left: 4px solid #ffa726;
	padding: 10px;
	border-radius: 25px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
	min-height: 100px;
	max-width: var(--center-max);
	min-width: 98.75%;
	word-break: break-all;
	margin-left: 2px;
	margin: var(--gap) 0;
}

.down .tip {
	padding: 30px 12px;
}

footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #E0F7FA;
	padding: 35px;
	width: 100%;
	height: auto;
	min-width: 1100px;
	border-radius: 25px 25px 0 0;
	margin-top: auto;
	box-shadow: 0 -6px 16px rgba(0, 0, 0, 0.2);
}

footer p {
	float: left;
	margin: 0;
	padding: 9px;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}

footer a {
	float: right;
}

footer .logo {
	height: 40px;
	width: auto;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}