p {
	text-align: justify;
	margin-bottom: 7px;
}
.anyag {
	font-style: italic;
	font-size: 1.1rem;
	padding-top: 1.1rem;
	margin-bottom: 0.2rem;
}
h4, h6 {
	font-weight: bold;
}
h4 {
	color: #800000;
}
button.btn.btn-link {
	padding: 0px;
}
.card-header {
    background-color: #e1e1e1;
}
.card-body {
    font-size: 16px;
}
.btn-link {
    color: #800000;
    font-size: 18px;
}
.btn-link:hover {
    color: #800000;
    text-decoration: underline;
}
@media (max-width: 575px) {
	h4 {
		font-size: 20px;
	}
    .btn-link {
        font-size: 16px;
    }
}
