html{
    background-image: url(https://64.media.tumblr.com/7bcd25ba4f89979c9b0a1fb5d2428576/10b84260898447da-12/s250x400/4046c5ec7973794605f272aeabd3f383c9122b3b.jpg);
    overflow: hidden;
}

.text{
    background-color: #e4d6c4;
    width: 400px;
    padding: 5px;
    padding-bottom: 10px;
    position: absolute;
    right: 10px;
    top: 20px;
    text-align: center;
    
}
body{
    background-color: #e4d6c4;
    width: 500px;
    padding: 7px;
    height: 600px;
    overflow: auto;

}
img{
    display: inline-block;
    margin-right: 5px;
}
p{
 width: 70%;
 display: inline-block;
}
a{
    color: #64a0aa;
}
.reading{
    position: absolute;
    right: 30px;
    bottom: 20px;
    background-color: #e4d6c4;
    padding: 10px;
    text-align: center;
    color: gray;
    text-shadow: 0px 0px 30px white,0px 0px 30px white,0px 0px 30px white,0px 0px 10px #553300,0px 0px 10px #553300;
    border: #553300 2px solid;
}
.poo{
    position: absolute;
    right: 250px;
    top: 150px;
}