body{
font-family:Arial;
margin:0;
background:#f6f6f6;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

.header{
background:#111;
color:white;
padding:15px;
}

.logo a{
color:white;
text-decoration:none;
}

.nav a{
color:white;
margin-right:20px;
text-decoration:none;
}

.post{
background:white;
padding:20px;
margin:20px 0;
border-radius:6px;
}

img{
max-width:100%;
height:auto;
}

.footer{
text-align:center;
padding:30px;
background:#111;
color:white;
}

@media(max-width:768px){

.nav a{
display:block;
margin:10px 0;
}

}