html {
    height: 100%;
}

body {
    background-image: linear-gradient(rgb(67, 179, 174), rgb(206, 226, 226));
        height: 100%;
}

.posts {
    font-size: 30px;  
    text-align: center;
    margin: auto;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 5%;
}

#thoughts {
    color: rgb(246, 50, 86);
    font-family: serif;
    text-shadow: 1px 1px 3px rgb(50, 50, 60);
    text-align: center;
    margin: auto;
}

#back {
    color: rgb(84, 138, 255);
    font-family: serif;
    text-align: center;
    margin: auto;
}