body{
  background-color:#FAFAFA;
  padding-top: 50px;
  padding-bottom: 50px;
}
header{
  height: 54px;
  display: flex;
  align-items: center;
}
header .logo{
  margin-left: 192px;
}

::placeholder{
  text-align: center;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  font-size: 14px;
  color: gray;
  background-position: 0%;
  background-size: 6%;
}

input.empty {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    background-color: #FAFAFA;
}

.postuserfont {
  font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 15px;
  color: black;
}


.storyphoto {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid rgb(238, 39, 82);
  margin-right: 7px;
}

.storytext {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 12px;
  color: black;
}
.rightpanellinks {
  text-decoration: none;
  color: lightgrey;
}

.rightpanellinks:hover {
  text-decoration: none;
  color: lightgrey;
}
#sticky-sidebar{
	position: sticky;
	top: 85px;
  background-color: transparent;
}