body{
 user-select: none;
}
#logo-container{
	width: 60px;
	height: 60px;
	border-radius: 50%;
 /*	overflow: hidden;*/
	margin: 0 auto;
	background: #444;
	padding: 10px;
	}
	#logo-container img{
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center;
	}