/* Typography */

html {
	/*font-family: 'Roboto', sans-serif;*/
	font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu",
    "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 576px) {
	html {
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	html {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	html {
		font-size: 18px;
	}
}


/* Custom Styles */

main {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	justify-content: center;
	padding: 0 30px;
	text-align: center;
}

main > .intro {
	font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu",
    "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
	margin-bottom:1.5rem;
	/*font-weight: 600;*/
}

main > .intro h1{font-size: 3rem;}

main > .sitedesc{
	font-size: 1.3rem;
	margin: 1.5rem auto;
	line-height: 1.75;
	font-weight: 300;
	padding:0.25rem;
}

main > .desc-en {
	font-size: 1.05rem;
	margin: 1rem auto;
	line-height: 1.75;
	font-weight: 300;
	padding:0.25rem;
}

main > .sitedesc .email:after,
main > .desc-en .email:after{content:'47305718@QQ.COM'}

main > details,
main > summary{
	font-family: 'Reem Kufi', sans-serif;
	font-size: 0.9rem;
	line-height: 1.75;
	font-weight: 300;
	margin:1rem auto;
	padding:0.5rem;
	text-align:left;
	background-color: rgba(255,255,255,0.15);
	border-radius:10px;
}


.link{margin:1.25rem 0 1.5rem 0;}

.link i {
	font-size: 1.5rem;
	padding: 10px;
}

.link a {
  text-decoration:underline;
  cursor: hand;
}

.link a img{width:180px;padding:0px 10px;vertical-align:middle;}

.devto {
	margin-bottom: -0.20rem;
}

.devto svg {
	margin-bottom: -0.20rem;
	margin-left: 0.675rem;;
	width: 2.65rem;
	height: 2.65rem;
}