
#random-poem {
    position: absolute;
    top: 70px;
    right: 8%;
    rotate: -7deg;
    font-size: 22;
    color: rgb(255, 255, 0);
    padding: 8px 12px;
    text-shadow: 0 2px 8px rgba(1,1,1,0.9);
    z-index: -1;
    pointer-events: none;
}
#random-poem.hide-on-scroll {
    opacity: 0;
    transition: 0.4s ease-in-out;
}

#blog-info {
    display: inline;
}

#text-clock {
    width: 100px;
}

#text_clock_img {
    margin-left: 60px;
    width: 21px;
    height: 21px;
    vertical-align: text-bottom;
}
#text_clock_container {
    max-height: 24px;
}






#top-advertise {
    position: absolute;
    left: 25px;
    top:75px;

    color: white;
    text-shadow: 2px;
    padding: 20px;
    background-color: rgba(240, 248, 255, 0.149);
    border-radius: 15px;
    border: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.659);
    width: 30%;
    max-width: 400px;
    min-width: 200px;
    min-height: 150px;
    font-size: 1.3em;
}
#advertise.hide-on-scroll {
    opacity: 0;
    transition: 0.4s ease-in-out;
}