/* styles.css */
body {
    background-color: #0000FF;
    color: #0000FF;
    font-family: Arial, sans-serif;
}

header, footer {
    text-align: center;
    padding: 20px;
}

h1, h2, p {
    color: #0000FF;
}

img {
    width: 100%;
    height: auto;
    border: 2px solid #0000FF;
}

.post {
    background-color: #0000FF;
    padding: 20px;
    margin: 20px auto;
    width: 80%;
    max-width: 600px;
    border: 2px solid #0000FF;
}

.description, .comments {
    margin-top: 20px;
}

a {
    color: #0000FF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
