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

.writing-body {
    color: white;
    background-color: transparent;
}

.writing-index {
    background-color: blueviolet;
    border: 5px solid blue;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    width: 800px;
    height: auto;
    margin: 0 auto;
}

h2 {
    margin-bottom: 0;
    margin-top: 20px;
}

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

h3 {
    margin-bottom: 0;
}

h4 {
    margin-top: 5px;
}

h6 {
    text-align: left;
    margin-bottom: 0;
}

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

p {
    text-align: justify;
}