body{
  padding:0 .25rem;
  margin:auto;
  max-width:48rem;
  color: #fff;
  background: #426060;
  font-family:roboto,ubuntu,sans-serif
}
h1 {
color: #f34a21;
padding-left: 10px;
padding-bottom: 5px;
}
h1,h2,h3,h4,h5,h6{
  margin:0
}
a{
  color: #fff;
  text-decoration:none
}
nav ul{
  list-style:none;
  margin:0;
  margin-bottom:.25rem;
  padding: 10px;
  display:flex;
  flex-direction:row;
  justify-content: center;
}
nav ul li a{
  display:block;
  color:skyblue;
  transition:background-color .075s linear,border-color .1s linear;
  padding:.125rem .25rem;
  background: inherit;
}
nav ul li {
  margin: 5px;
}
.post-item{
  padding:3%;
  border-radius:.25rem;
  background: #2f4f4f;
  word-break: break-word;
}
.post-item h2 a{
  color:#e6ebef;
}
.post-item div{
  margin-top:calc(3% * 100/(100 - 3 * 2))
}
.post-item img {
  width: 100%;
}
footer {
display: flex;
flex-direction: row;
justify-content: space-between;
color: #1A2A3A;
}
footer p a {
color: #1A2A3A;
}

.post-item a {
  text-decoration: underline;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
}
