body {
    background-color: rgb(90, 74, 97);
    margin: 0;
}

h2 {
    font-family: 'Playfair Display', serif;
    font-size: 19px;
    text-align: center;
    word-spacing: 7px;
    letter-spacing: 1px;
    color: rgba(253, 222, 222, 0.863);
    padding: 10px 20px 10px;
    padding-top: 5rem;
    
}

p {
    font-family: 'Montserrat Alternates', sans-serif;
    text-align: center;
    color: white;
    padding: 10px 20px 10px;
}

.journalimg img{
    /* width: auto; */
    height: auto;
    width: 13rem;
    /* height: 500px; */
    float: right;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 50px;
}

.row img {
    height: auto;
    width: 10rem;
    border: 3px solid rgb(33, 30, 49);
}

.scenery img {
    height: auto;
    width: 150px;
    border: 3px solid rgb(33, 30, 49);
}

.row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-bottom: 30px;
    margin: 0;
}

/* #emotionallylost {
    position: relative;
} */

#emotionallylost div {
    /* position: absolute; */
    bottom: 0;
    right: 0;
    background: rgb(32, 12, 46);
    color: white;
    margin-bottom: 5px;
    font-family: sans-serif;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.5s linear; 
    transition: visibility 0s, opacity 0.5s linear;
}

#emotionallylost:hover {
    cursor: pointer;
}

#emotionallylost:hover div {
    width: 150px;
    padding: 8px 15px;
    visibility: visible;
    opacity: 0.7; 
}

a:link {
    color:rgb(206, 166, 166);
}

a:visited {
    color:rgb(184, 163, 163);
}