body {
	background-color: black;
	margin: 0;
}

#home {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

svg {
	fill: none;
	stroke: white;
	stroke-width: 1%;
	width: 100px;
	height: 100px;
}