@charset "UTF-8";
a:link {
	color: #fff;
}

a:visited {
	color: #fff;
}

a {
	text-decoration: none;
}

/*--------------------------------------*/

body {
	overflow: hidden;
	background-color: #444;
	padding: 0;
	margin: 0;
}

.home_div {
	height: 100vh;
	width: 100vw;
	display: flex;
	margin: 0;
	justify-content: center;
	align-items: center;
}

.divs {
	height: 600px;
	width: 350px;
	background-color: #333;
	display: flex;
	flex-direction: column;
	border: none;
	border-radius: 10px;
	box-shadow: 10px 10px 10px -3px #222;
}

.home_div_divicon {
    height: 256px;
    width: 256px;
    background-color: #aaa;
    margin: 7% auto;
    border-radius: 50%;
}

.home_icon {
	width: 256px;
	height: 256px;
 	clip-path: circle(128px at center);
}

.home_div_section_1 {
	height: 50%;
	width: 75%;
	margin: 0 auto;
}

.section_1_sectext {
	font-size: 20px;
	font-weight: bold;
	color: #ccc;
	text-align: center;
}

.section_1_secspace {
	font-size: 16px;
	font-weight: normal;
	color: #eee;
	text-align: center;
}

.section_1_secul {
	list-style: none;
	padding: 0;
	line-height: 2em;
}

