body {
    background-color: #0F0F0F;
    color: aliceblue;
    text-align: center;
}

div.post {
    background-color: #002040;
    border-style: inset;
    border-color: aliceblue;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 40%;
    min-width: 600px;
}

div.img {
    border-style: solid;
    border-color: aliceblue;
    width: 100% - 20px;
    margin: 10px;
}

img {
    width: 100%;
}

img.post {
    border-style: inset;
    border-color: aliceblue;
    width: 40%;
    min-width: 600px;
}

h1 {
    color: #ff80ff;
    font-family: sans-serif;
}

p {
    font-family: sans-serif;
}
