.protocol {
	background: #2c2c2c;
	color: #fff;
	padding: 10px 50px;
}

h1 {
	text-align: center;
}

::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(144, 147, 153, 0.3);
	background-clip: padding-box;
	min-height: 28px;
	border-radius: 5px;
	transition: 0.3s background-color;
}
