.tablet {
	height: 827px;
	width: 1260px;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
	position: fixed;
	background: #2e2e2e;
	border-radius: 25px;
	border: 1px solid #fafafa;

	.notch {
		height: 12px;
		width: 12px;
		background: #8a8888;
		border-radius: 50%;
		position: absolute;
		top: 8px;
		left: 50%;
		translate: -50% 0;
	}

	.base {
		height: 18px;
		width: 18px;
		border: 1px solid #fafafa;
		border-radius: 50%;
		position: absolute;
		bottom: 5px;
		left: 50%;
		translate: -50% 0;
	}
}
