﻿.author-name-and-title-of-content {
	width: 100%; 
	height: 100px;  
	box-sizing: border-box;  
	clear: both; 
	border: 0px; 
	}

#author-picture-thumbnail {
	margin-left: 22px; 
	color: #FFFFFF; 
	border: 0px
	}

.main-header {
  	display: flex;
  	align-items: center;
  	7878border-bottom: 1px solid var(--border-color);
  	height: 48px;
  	flex-shrink: 0;  
	}

#title-of-content-main { 
	font-family: "Alegreya Sans SC", sans-serif; /**IMPORTANT**/
	color: #FFFFFF;
	width: 100%; 
	height: auto;
	float: left;
	margin-left: 15px;  margin-left: 55px;
	font-weight: 900; 
	font-size: 16px; 
	}

#author-picture-thumb {
	width: 100%;
  	height: 48px;
	border: 0px;
	111text-align: left;
	}

.profile-picture-thumbnail {
	width: auto; 
	height: auto;
	float: left;
	margin-left: 15px;  margin-left: 35px; 
	}

#thumbnail-name-placer {
	display:flex; 
	flex-direction: row; 
	justify-content: center; 
	align-items: center; 

	}

#name-of-the-author-of-content {
	color: #E8E8E8; 
	font-size: 16px;
	margin-left: 7px;
	}





* {
  outline: none;
  box-sizing: border-box;
}

:root {
  	--theme-bg-color: rgba(16 18 27 / 40%);
  	--border-color: rgba(113 119 144 / 25%);
  	--theme-color: #f9fafb;
	}

.profile-img {
  	width: 42px;
  	height: 42px;
  	border-radius: 50%;
  	-o-object-fit: cover;
     	   object-fit: cover;
  	border: 2px solid var(--theme-color);
  	margin-left: 22px;
	}

.profile-img:hover {
  	width: 80px;
  	height:80px;
  	border-radius: 50%;
  	-o-object-fit: cover;
     	   object-fit: cover;
  	border: 2px solid var(--theme-color);
  	margin-left: 22px;
	margin-left: auto;
	margin-right: auto;
	}



???????.stamp-thumbnail-title {
	display:flex; 
	flex-direction: row; 
	justify-content: center; 
	align-items: center;
	}
