body 
{
	text-align:center;	
}
.logo
{
	height: 42px;
	display: inline-block;
	overflow: hidden;
	line-height: 1;
	min-height: 1px;
	margin-top: 30vh;
}
.logo > a 
{
	display: flex;
	align-items: center;	
	text-decoration:none;	
}
.logo-img 
{
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
	width: 30px;
	height: 30px;
	background: url(https://www.iustus.com/templates/frest/assets/img/iust/logo.svg);
	background-position: 0 0;
	background-size: 30px;
	background-repeat: no-repeat;
}		
.logo-text
{
	margin-left: 0.5rem !important;
	color: #4b7fe2;
	font-size: 1.95rem;
	letter-spacing: -0.45px;
	margin-bottom: 3px;	
	flex-shrink: 0;
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
	font-weight: 700 !important;
	font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;	
}
.descr
{
	font-family: Georgia;
	font-weight: 400;
	line-height: 27px;
	background: #f6f6f6;
	display: inline-block;
	border-radius: 9px;
	padding: 16px 30px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;		
}
.descr.blue
{
	background: #e8efff;
}
.descr.red
{
	background: #ffeded;
}