p.blog {
  font-size: 16px;
  color:rgb(0, 0, 0) !important;
  text-align: justify;
  text-justify: inter-word;
}
h2.blog {
  font-size: 22px;
  color:rgb(0, 0, 0) !important;
}
ul.blog {
  font-size: 16px;
  color:rgb(0, 0, 0) !important;
}
li.blog {
  font-size: 16px;
  color:rgb(0, 0, 0) !important;
}
img.blog {
  margin:30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:90%;
    -webkit-border-radius: 5px;
	border-radius: 5px;
}
img.blog2 {
  margin:30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:65%;
  -webkit-border-radius: 5px;
	border-radius: 5px;
}

.blogcategory {
border:0;
margin-bottom:5px;
background-color:#9cc0e9;
padding: 8px;
border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
font-size:14px;
}

.blogtitle {
color:#fff;
padding-top:5px;
padding-bottom:6px;
font-size: 24px;
margin-top:10px;
}

.numberstitleblog {
font-size:18px;
}

.numberstextblog {
font-size:17px; 
color:#666666;

}

#menucategory {
text-align:right;
margin-bottom:2px;
}

#menucategory a:hover {
color:#fff;
}

.blogh1 {
  font-size: 24px;
  font-weight: 500;
}

.div-round {
	position:static;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin-top:30px;
	margin-bottom:30px;
	width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.div-round::before {
	display: block;
	content: "";
}

.iframe-round {
	width: 100%;
	height: 100%;
	border: 0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
