/* ------------------------------------
 * Writecho
 *
 * @author  SkyWT
 * @link  https://skywt.cn/
 * --------------------------------- */
 
header {
  margin-bottom: 20px;
}

body {
  background-color: #f1e5de;
}

footer {
  margin-top: 20px;
}

.container {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

nav {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  margin-top: -5px;
}

.post {
  margin-top: 20px;
  margin-bottom: 20px;
}