/*
Theme Name: Minimal Tumblr Clone
Theme URI: https://example.com
Description: A blank, Tumblr-inspired WordPress theme.
Author: You
Version: 1.0
*/

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  color: #000;
  margin: 20px;
  text-align: center;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 40px auto;
  max-width: 600px; 
}

header h1 {
  font-size: 22px;
  margin: 0;
  text-align: center;
  flex: 1;
}

header h1 a {
  color: #0000EE;
  text-decoration: underline;
  font-weight: normal;
  font-size: 22px; 
}


header .nav-left,
header .nav-right {
  font-size: 14px;
}

header .nav-left {
  left: 0;
}

header .nav-right {
  right: 0;
}

header .nav-left a,
header .nav-right a {
  color: #0000EE;
  text-decoration: underline;
}

.post {
  max-width: 600px;
  margin: 40px auto;
  text-align: center;
  padding: 0 15px; 
}

.caption {
  font-size: 14px;
  text-align: right;
  margin-bottom: 10px;
}

.post img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.pagination {
  margin: 40px 0;
}

.pagination a {
  margin: 0 5px;
  text-decoration: underline;
  color: #0000EE;
}
