body {
	margin: 0;
	padding: 0;
	background: #262626;
}

.center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mobile {
	width: 405px;
	height: 810px;
	background: #111;
	border-radius: 30px;
	border: 2px solid rgba(0,0,0,.3);
	box-sizing: border-box;
	box-shadow: inset 0 0 8px rgba(0,0,0,.3);
}

.screen {
	position: relative;
	background: #fff;
	width: 375px;
	height: 667px;
	margin: 64px auto;
	overflow: hidden;
}

.screen frame {
	width: 375px;
	height: 667px;
}

.home {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 40px;
	background: #111;
	box-shadow: inset 0 0 7px rgba(0,0,0,.1);
	border-radius: 50%;
	border: 2px solid #232323;
	cursor: pointer;
}

.inner {
	position: absolute;
	top: 32px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 4px;
	background: #262626;
	border-radius: 2px;
	box-sizing: border-box;
}

.inner::before {
	content: '';
	position: absolute;
	top: -2px;
	left: -22px;
	background: #262626;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.inner::after {
	content: '';
	position: absolute;
	top: -16px;
	left: 50%;
	background: #262626;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	transform: translateX(-50%);
}

.volume {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 90px;
	left: -2px;
}

.volume li {
	list-style: none;
	width: 2px;
	height: 30px;
	background: #444;
	margin: 10px 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.silent {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50px;
	left: -2px;
}

.silent li {
	list-style: none;
	width: 2px;
	height: 20px;
	background: #444;
	margin: 10px 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.sleep {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 90px;
	right: -2px;
}

.sleep li {
	list-style: none;
	width: 2px;
	height: 30px;
	background: #444;
	margin: 10px 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}