html * {
	font-family: monospace, monospace;
}
body {
	background-color: #dae6eb;
	box-sizing: border-box;
	overflow-x: hidden;
}
.main {
	margin-left: auto;
	margin-right: auto;
    max-width: 1200px;
}
.article-tag {
	margin: 0.5rem;
}
.card {
	margin-bottom: 5%;
	text-decoration: none;
	width: 380px;
	margin-left: auto;
    margin-right: auto;
}
.card img {
	height: 12em;
}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #1589b6 !important;
	border-color: #1589b6 !important;
	color: white !important;
}
.result {
	width: 100%;
	margin: 1%;
	margin-bottom: 0.5%;
	padding: 1%;
}
.result p {
	margin: 0;
}
.card-title { 
	/* Card title is maximum 2 lines */
	overflow: hidden;
   	display: -webkit-box;
   	-webkit-line-clamp: 2;
           	line-clamp: 2; 
   	-webkit-box-orient: vertical;
	/* Card title is minimum 2 lines */
	min-height: 2lh;
}
.col-xl-4 a {
	text-decoration: none;
	color: inherit;
}
.img-preview-article {
	max-height: 50ch;
	max-width: 100%;
	aspect-ratio: 16 / 9;
}
.article-category {
	z-index: 100;
	padding: 0.5rem;
	border-radius: 1rem;
	position: absolute;
	right: 7.5%;
	top: 4%;
}
.article-category p {
	margin: 0;
	font-weight: bold;
}
.certification-logo {
	height: 20ch;
	margin: 1ch;
}
.jumbotron iframe {
	width: 70%;
	max-height: 50ch;
    aspect-ratio: 16 / 9;
}
.author-badge {
	height: 10ch;
	aspect-ratio: 1 / 1;
	margin-left: 0.5ch;
	margin-right: 0.5ch;
	padding: 0;
	display: flex; 
	justify-content: center;
}
.author-badge img {
	height: 10ch;
	aspect-ratio: 1 / 1;
}
.jumbotron {
	margin: 1rem;
	padding: 1rem;
}
