.tumblrpost {
  font-family: "Favorit", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  background: white;
  
  border-radius: 3px;
  margin-left: 86px;
  padding-bottom: 20px;
  
  position: relative;
  text-align: left;
  font-weight: 400;
  
  max-width: 50rem;
  margin: auto;
}
.tumblrpost > br {
  display: none;
}

.tumblrpost > img {
  width: 64px;
  height: 64px;
  background: white;
  border-radius: 3px;
  
  position: absolute;
  top: 0;
  left: -86px;
}

.tumblrpost .header {
  font-weight: 600;
  font-size: .875rem;
  margin-bottom: 15px;
  padding: 20px;
  padding-bottom: 0;
}

.tumblrpost .header img {
  width: 38px;
  height: 38px;
  margin-bottom: calc(-19px + 0.5em);
  margin-right: 8px;
}

.tumblrpost .content {
  padding: 0 20px;
}

.tumblrpost div ~ .header {
  margin-top: 15px;
  padding-top: 15px;
  border-top: solid 1px rgba(0,0,0,.13)
}

body {
  background-color: #001835;
}

.nav {
  font-family: helvetica;
  color:white;
}

.nav a {
     color: inherit;
  text-decoration: underline;
}

a {
     color: inherit;
  text-decoration: underline;
}