@charset "utf-8";
/* CSS Document */

html,
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 18px;
	line-height: 1.5;
}

a:hover,
a:focus {
	text-decoration: none;
}

.d-flex {
	height: 100dvh;
}

footer {
	background-color: #4d4d4d;
	color: #fff;
	font-size: 15px;
	line-height: 1.8;
}