body {
	background-color: rgb(69,56,56);
	background-image: url("img/detective.gif");
	background-repeat: repeat;
}

#microblog {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

#header {
  width: 450px;
  background-image: url("https://22ru.github.io/archive/dollfoto/2025/CIA06652.jpg");
  background-size: cover;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  border-color: #695656;
	border-width: 1px;
	border-style: solid;
}

#header .profilePic {
  height: 100px; 
  width: 100px; 
  border-radius: 50px;
}

#header #name {
  color: white;
  text-shadow: 0px 0px 4px rgb(209, 0, 105);
}

#header #username {
  color: #bdbdbd;
  text-shadow: 0px 0px 3px rgb(209, 0, 105);
}

#bio {
  color: #bdbdbd;
  text-shadow: 0px 0px 3px rgb(209, 0, 105);
}

#footer {
  color: rgb(138, 138, 138);;
  width: 450px;
	margin: 15px;
	border-radius: 5px;
	border-color: #695656;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	background-color: #493d3d;
  margin-left: auto;
  margin-right: auto;
}

#footer a {
  color: #bdbdbd;
  text-decoration: none;
}

#footer a:hover {
  color: rgb(228, 135, 181);
  text-decoration: none;
}

.subscribeButton {
  background-color: rgb(69,56,56);
  color: #695656;
  border-radius: 5px;
  border-color: #695656;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
	float: right;
  padding: 5px;
  margin-bottom: 8px;
  margin-right: 15px;
}

.subscribeButton:hover {
  color: rgb(228, 135, 181);
}

.post {
  display: flex;
  justify-content: flex-start;
  width: 450px;
	margin: 15px;
	border-radius: 5px;
	border-color: #695656;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	background-color: #493d3d;
}

.profilePic {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  filter: drop-shadow(0px 0px 4px rgb(228, 135, 181));
}

.profilePic:hover {
  filter: drop-shadow(0px 0px 6px rgb(209, 0, 105));
}

.postContent {
  display: inline-block;
  margin-left: 7px;
  width: 100%;
}

.authorDate {
  display: flex;
  justify-content: space-between;
}

.authorDate .authorName {
  color: rgb(209, 0, 105);
  font-weight: bold;
}

.authorDate img {
  max-height: 20px;
  display: inline;
}

.authorDate .username {
  color: rgb(228, 135, 181);
}

.postDate {
  color: #695656;
  text-decoration: none;
}

.postDate:hover {
  color: rgb(228, 135, 181);
}

.postText, .postContent p {
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
  color: rgb(138, 138, 138);
}

.postText a {
  color: rgb(228, 135, 181, .5);
}

.postContent ul, .postContent ol {
  color: rgb(138, 138, 138);
}

.postImage {
  display: block;
  max-width: 100%;
  margin-top: 5px;
  border-radius: 5px;
  color: rgb(138, 138, 138);
}

.interactions {
  color: rgb(138, 138, 138);
  cursor: default;
  float: right;
  margin-top: 5px;
  user-select: none;
}

.reblogCount, .likeCount {
  margin-left: 4px;
}
.likeButton {
  margin-left: 7px;
}
