/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

html {
	font-size: 16px;
}

body {
	margin: 0;
}

main {
	padding-left: 2rem;
}

h1 {
	font-size: 1.5rem;
	margin: 2rem 0;
}
h2 {
	font-size: 1.3rem;
}

img {
	max-width: 100%;
}

.grid_box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}


.design_box {
	max-width: 1000px;
	margin-bottom: 5rem;
}
.design_box > div {
	text-align: center;
}

.sitemap {
	max-width: 1000px;
	background-color: seashell;
	padding: 0 2rem 1rem;
	margin-bottom: 7rem;
	line-height: 2.5;
}
.sitemap span{
	font-size: 0.9rem;
}

.prot_wrap {
	text-align: center;
}