main {
	margin: 50px auto;
	width: 1200px;
}

.para-box {
	position: relative;
	display: inline-block;
}

.top h2 {
	margin: 20px;
	text-align: center;
}

.top p {
	margin: 20px;
	padding-right: 50%;
    text-align: justify;
}

.link-box {
	font-weight: bold;
}

.img-tax {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 330px;
}

.pit-link {
	transition: 0.3s;
	font-size: large;
}

.pit-link:visited {
	color: royalblue;
}

.pit-link:hover {
	color: crimson;
}

.see-info-numb {
	color: tomato;
	font-weight: bolder;
	font-size: 24px;
}
