html {
    background: #e6e9e9;
    background-image: linear-gradient(180deg, rgb(248, 199, 204) 0%, rgb(194, 121, 159) 100%);
    -webkit-font-smoothing: antialiased;
}

body {
    background: #F8C7CC;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #0E0F19;
    font-family: Ms gothic;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 900px;
    padding: 2em 2em 4em;
}

h1, h2, h3, h4, h5, h6 {
    color: #C2799F;
    font-weight: 600;
    line-height: 1.3;
}

h2 {
    margin-top: 1.3em;
}

a {
    color: #81A684;
    font-weight: 600;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

img {
    background: transparent;
    border-radius: 0;
    margin: auto auto;
    max-width: 95%;
}

/* Container holding the image and the text */
.journal_entry {
  position: relative;
  text-align: center;
  color: #C2799F;
}

/* Top left text */
.journal_entry-title {
    position: absolute;
    top: 8px;
    left: 60px;
    color: #FFF4F7;
    font-weight: 600;
    line-height: 1.3;
}

/* content text */
.journal_entry-content {
    position: absolute;
    top: 50%;
    left: 52%;
    word-wrap: break-word;
    width: 400px;
    transform: translate(-86%, -50%);
    color: #0E0F19;
}

.embed {
    position: absolute;
    top: 25%;
    left: 70%;
}

.embed-vid {
    position: absolute;
    top: 25%;
    left: 66%;
}

.mood {
    position: relative;
    left: 80px;
    transform: translate(-0%, -85%);
}

.mood-text {
    font-size: 12px;
}

