body {
  font-family: "Roboto", sans-serif;
  padding: 15px 25px;
  background-color: white;
  max-width: 650px;
  margin: 0 auto;
  line-height: 150%;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: grey;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3 {
  line-height: 1;
}

h1 {
  text-align: center;
  margin-top: -12%;
  z-index: 1;
  position: relative;
}

.icon {
  float: left;
  width: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.user {
  color: grey;
}

.thought p {
  margin-top: 0;
}

.header {
  width: 100%;
  opacity: 50%;
}

.post {
  display: block;
  max-width: 650px;
  padding: 10px;
}

.thought p img {
  max-width: 100%;
  border: 1px solid #b5b5b5;
  border-radius: 3%;
  margin-top: 2%;
  display:block;
}

.thought {
  padding: 5px;
  line-height: 150%;
}
