#pg0,
#pg1 {
	font-size: 20px;
	color: #B50B26;
	margin: 0 5px;
}

#pg0:hover,
#pg1:hover {
	text-decoration: none;
}

.pg2 {
	border: 2px solid #e3e3e3;
	color: #B50B26;
}

.pg2:hover {
	border: 2px solid #B50B26;
	background: #B50B26;
	color: #fff;
	text-decoration: none;
}

.pg2,
.pg3 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	color: #fff;
	margin: 0 5px;
	font-family: Arial;
	font-size: 17px;
}

.pg3 {
	border: 2px solid #B50B26;
	background: #B50B26;
	color: #fff;
}

.pg4 {
	opacity: 0.2;
}

#pg5 {
	display: flex;
	align-items: center;
	justify-content: center;
}