#status-box {
    width: 100%;
    display: inline-flex;
    height: 300px;
}

#statuscafe-box {
    background-image: url('images/bubble.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 190px;
    overflow: hidden;
}

#statuscafe {
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    text-align: left;
    width: 80%;
    height: 80%;
    overflow: hidden;
    position: relative;
    left: 30px;
    top: -5px;
}

#status-box div {
    margin: 10px;
}

#current-mood img {
        width: 100px;
    }

#current-mood, #latest-blog-box, #update-box {
    padding: 1em;
    background-color: rgb(255, 254, 243);
    border-radius: 20px;
    margin: 15px 0;
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    text-align: left;
    border: 3px solid rgb(146, 197, 123);
}

#time {
    text-decoration: underline;
    font-size: 12px;
}

#statuscafe-username {
    margin-bottom: .4em;
    font-weight: bolder;
    text-decoration: underline;
}

#current-mood {
    font-size: 12px;
}

#current-mood p, #latest-blog-box p {
    margin-top: 4px;
}

#current-mood h1, #latest-blog-box h1, #update-box h1 {
    font-size: 14px;
    text-decoration: underline;
    margin: 0px; padding: 0px;
}

#latest-blog-box a {
    margin-top: 10px;
}

.posted-at-blog {
    font-size: 12px;
    font-weight: bold;
}

/* 
@media (max-width: 1000px) {        
    #current-mood, #current-mood h1,#statuscafe,#statuscafe p, #latest-blog-box, #latest-blog-box h1, #update-box, #update-box h1 {
        font-size: 30px;
    }

    #latest-blog-box a {
        background-color: inherit;
        color: inherit;
        margin: 0;
        padding: 0px;
    }

    .posted-at-blog {
        font-size: 25px;
    }

    #current-mood img {
        width: 200px;
    }
} */