html {
    background-image: url("/IMAGES/star-background-4.gif");
    text-align: center;
}

.blog-index {
    color: white;
    background: transparent;
}

.blog-content {
    background-color: blueviolet;
    border: 5px solid blue;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
    width: 800px;
    height: auto;
    margin: 0 auto;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.date {
    color: white;
}

.personal {
    color: rgb(0, 0, 255);    
}

.book-review {
    color: brown
}

a {
    color: yellow;
    text-decoration: none;
}

a:hover {
    color:yellow;
    text-decoration: none;
}

.h2-blog-text {
    text-align: left;
}

h4 {
    margin-top: 30px;
    margin-bottom: 0;
}

h6 {
    text-align: left;
}

.blog-text {
    text-align: justify;
}