body {
	margin: 40px;
	line-height: 150%;
}

a {
    overflow-wrap: anywhere;
}

hr {
	margin: 2em 0;
}

h3, h4 {
    margin-top: 2em;
}

ul, ol {
    margin-bottom: 1em;
}

li {
	margin-top: 4px;
}

.li-important {
	list-style-type: '❗️';
}
  
.link-video::before {
  content: '📹 ';
}

.link-document::before {
  content: '📚 ';
}

.link-file::before {
  content: '📂 ';
}

.link-web::before {
	content: '🌍 ';
}


.new-topic {
	border: solid 1px;
	padding: 1em;
	background-color: #eef;
	margin-top: 48px;
	text-align: center;
	text-transform: uppercase;
}

.container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.image img {
	width: 100%;
	max-width: 150px;
}

.image-round {
	border-radius: 50%;
}

.new {
	color: red;
	font-weight: bold;
	text-decoration-style: double;
	text-decoration-line: underline;
}

@media (min-width: 920px) {
	body {
		max-width: 900px;
		margin: 40px auto;
	}
	.container {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	.header-text {
		max-width: 60%;
	}
}
