p a {
	text-decoration: underline;
}

.booking {
	display: inline-block;
	transition: .3s;
}
.booking:hover {
	color: #ffffff;
	filter: brightness(1.1);
	transform: scale(1.1);
}
