.tagcloud {
    font-size: 12pt !important;
    display: flex;
	flex-wrap: wrap;
	line-height: 1.7em;
    padding: 0.2em 0;
}

.tagcloud a {
	display: inline-block;
	margin: 0.425rem;
	padding: 0.7375rem;
	background: rgb(185, 185, 185);
	border: 0px solid rgb(10, 10, 10);
	transition: all 0.1s ease-in-out;
}

.tagcloud a:hover,
.tagcloud a:focus {
	background: white;
	color: black;
	transform: scale(1.1);
}

.wp_widget_tag_cloud a {
     font-size: 100%;
}

.h3 {
    font-size: 24pt;
    text-transform: none !important;
}
.p {
    line-height: 2.7em;
}