body {
	font-family: Arial, sans-serif;
	margin: 20px;
	background-size: cover;
	background-image: url(wisp-bg.png);
}


header, footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 1em 0;
}
main {
    padding: 20px;
}

form {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
}
.post {
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.post h3 {
    margin: 0;
    font-size: 1.2em;
}
.post p {
    margin: 10px 0;
}
.post span {
    font-size: 0.9em;
    color: #888;
}
